You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Antonio Sanso (JIRA)" <ji...@apache.org> on 2015/02/16 13:07:12 UTC

[jira] [Closed] (SLING-4399) Regression in the SlingAuthenticator

     [ https://issues.apache.org/jira/browse/SLING-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Sanso closed SLING-4399.
--------------------------------

> Regression in the SlingAuthenticator
> ------------------------------------
>
>                 Key: SLING-4399
>                 URL: https://issues.apache.org/jira/browse/SLING-4399
>             Project: Sling
>          Issue Type: Bug
>          Components: Authentication
>    Affects Versions: Auth Core 1.3.4
>            Reporter: Antonio Sanso
>            Assignee: Antonio Sanso
>             Fix For: Auth Core 1.3.6
>
>
> SLING-3936 introduced a regression.
> Obseving the diff
> {code}
> - for (int i = 0; !done && i < holderList.size(); i++) {
> - final AbstractAuthenticationHandlerHolder holder = holderList.get(i);
> + for (AbstractAuthenticationHandlerHolder holder : holderList) {
> {code}
> it is clear that {{!done}} has been lost in translation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)