posted 11 years ago
Hello everybody
I'm doing an upgrade from the spring-security-3.0.5 and I had a class here:
and the class AuthenticationProcessingFilter has a method onPreAuthentication that altered the value of the country, and now with spring-security 3.0.5 i saw that on the class that would be the UsernamePasswordAuthenticationFilter and it does not have onPreAuthentication method, so I implemented another class AbstractPreAuthenticatedProcessingFilter
there is now changing the country is losing more data credentials, Please could someone tell me what the best way to do this put an attribute on the request before the authentication
SCJP 5 - 74%, SCWCD - 89%, SCBCD in progress