Hi.
I have a question about Spring Security and the invocation of the filter chain. What I can see in the logs is that when a request for say "/" comes in, the filter chain is invoked and does its work. This is what I expect to happen. Then the controller is invoked and the controller returns a specific view (say "/WEB-INF/jsp/index.jsp"). What then happens is something I would not expect as the filter chain is invoked again against "/WEB-INF/jsp/index.jsp".
Is that normal behavior?
Many thanks for any clarification on this topic.
BR,
Nes


Reply With Quote
