posted 11 years ago
hello
we are moving our application from spring 2.x to spring security 3
When i try to login looks like spring security is not intercepting my request, its trying to find an action class which makes me realize somehow the spring security filter chain is not being invoked and the request is trying to find an action instance.
Below is my applicationContextSecurity.xml file may i know what am i doing wrong