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
Below code solved my problem for annotation based security configuration.
http.formLogin().loginProcessingUrl("/j_spring_security_check")...other settings