SEC-110: ProviderManager to properly handle ConcurrentLoginException.

This commit is contained in:
Ben Alex 2005-11-25 04:33:40 +00:00
parent 31531b3952
commit 47166fe078
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ public class ProviderManager extends AbstractAuthenticationManager
sessionController.checkAuthenticationAllowed(result);
} catch (AuthenticationException ae) {
lastException = ae;
result = null;
}
if (result != null) {