Not all authentication handlers listed on Web Console Authenticator  page
-------------------------------------------------------------------------

                 Key: SLING-1712
                 URL: https://issues.apache.org/jira/browse/SLING-1712
             Project: Sling
          Issue Type: Bug
          Components: Authentication
    Affects Versions: Auth Core 1.0.2
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: Auth Core 1.0.4


After fixing SLING-1688 not all Authentication Handler are listed any longer on 
the Web Console Authenticator page. The problem is, that an intermediat map 
indexed by the handler registration path is used to build the handler list 
before rendering. Using the path, though causes multiple handlers registered on 
the same path to overwrite each other in the map.

The fix is to use a map indexed by path but using a list as the map value 
instead of a single entry.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to