SEC-110: ProviderManager to properly handle ConcurrentLoginException.
This commit is contained in:
@@ -258,6 +258,7 @@ public class ProviderManager extends AbstractAuthenticationManager
|
||||
sessionController.checkAuthenticationAllowed(result);
|
||||
} catch (AuthenticationException ae) {
|
||||
lastException = ae;
|
||||
result = null;
|
||||
}
|
||||
|
||||
if (result != null) {
|
||||
|
||||
Reference in New Issue
Block a user