Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-4399

Regression in the SlingAuthenticator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Auth Core 1.3.4
    • Auth Core 1.3.6
    • Authentication
    • None

    Description

      SLING-3936 introduced a regression.
      Obseving the diff

      - for (int i = 0; !done && i < holderList.size(); i++) {
      - final AbstractAuthenticationHandlerHolder holder = holderList.get(i);
      + for (AbstractAuthenticationHandlerHolder holder : holderList) {
      

      it is clear that !done has been lost in translation

      Attachments

        Activity

          People

            asanso Antonio Sanso
            asanso Antonio Sanso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: