mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-15 14:53:31 +00:00
SEC-110: ProviderManager to properly handle ConcurrentLoginException.
This commit is contained in:
parent
31531b3952
commit
47166fe078
@ -258,6 +258,7 @@ public class ProviderManager extends AbstractAuthenticationManager
|
||||
sessionController.checkAuthenticationAllowed(result);
|
||||
} catch (AuthenticationException ae) {
|
||||
lastException = ae;
|
||||
result = null;
|
||||
}
|
||||
|
||||
if (result != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user