i am using spring mvc. for login whenever request comes it passes through various Filters to get the flow(as different flow for different types of users). please suggest me a good reference to Spring Filters. or a good example on it. how to configure context.xml,web.xml
i am using spring mvc. for login whenever request comes it passes through various
Share
Do you need something other than the spring security docs ?
This is the page from the official docs related to filters.