1. UsernamePasswordAuthenticationFilter Problem stackoverflow.comI have a Spring Security 3 application that I login and logout works well. I wanted to implenment my own UsernamePasswordAuthenticationFilter for my application. I followed that tutorial: http://mrather.blogspot.com/2010/02/extending-usernamepasswordauthenticatio.html My Filter ... |
2. Do I need SessionAuthenticationStrategy implementation for my custom UsernamePasswordAuthenticationFilter? stackoverflow.comDocumentation says: SessionAuthenticationStrategy is used by both SessionManagementFilter and AbstractAuthenticationProcessingFilter, so if you are using a customized form-login class, for example, you will need to inject it ... |