[
https://issues.apache.org/jira/browse/SHIRO-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057084#comment-17057084
]
Brian Demers commented on SHIRO-747:
------------------------------------
Hi [~twbecker] !
This report doesn't contain enough information to reproduce the issue.
What version of Shiro are you using? How do you have it configured? How did
you configure the {{stopAfterFirstSuccess}} setting?
See https://stackoverflow.com/help/how-to-ask for more information
> FirstSuccessfulStrategy doesn't properly short circuit
> ------------------------------------------------------
>
> Key: SHIRO-747
> URL: https://issues.apache.org/jira/browse/SHIRO-747
> Project: Shiro
> Issue Type: Bug
> Reporter: Tommy Becker
> Priority: Major
>
> 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??
--
This message was sent by Atlassian Jira
(v8.3.4#803005)