fix typo in RememberMeAuthenticationFilter
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ public class RememberMeAuthenticationFilter extends GenericFilterBean implements
|
||||
}
|
||||
Authentication rememberMeAuth = this.rememberMeServices.autoLogin(request, response);
|
||||
if (rememberMeAuth != null) {
|
||||
// Attempt authenticaton via AuthenticationManager
|
||||
// Attempt authentication via AuthenticationManager
|
||||
try {
|
||||
rememberMeAuth = this.authenticationManager.authenticate(rememberMeAuth);
|
||||
// Store to SecurityContextHolder
|
||||
|
||||
Reference in New Issue
Block a user