I have developed a Spring application and I implement Spring security integration to Login and Logout function in it. I used Spring security with xml configuration. But when I l
I finally solved this by modifying the line where I was declaring my custom login form page.
Added processing-url="/j_spring_security_check":
to my security-context.xml page