Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
1.5.1
-
None
-
None
Description
SHIRO-669 supposedly added a method to skip subsequent authentications if one had already succeeded. But it doesn't work; it conditions throwing the ShortCircuitIterationException in beforeAttempt() in part on the PrincipalCollection being empty, which it will (properly) not be if an authentication has succeeded. I believe the check should be that the it is not empty. Was this tested??
Attachments
Issue Links
- links to