[
https://issues.apache.org/jira/browse/SLING-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722482#action_12722482
]
Eric Norman commented on SLING-1009:
------------------------------------
nice catch. I didn't notice that the getPrincipals API was there.
> listChildren failed in AuthorizableResourceProvider
> ---------------------------------------------------
>
> Key: SLING-1009
> URL: https://issues.apache.org/jira/browse/SLING-1009
> Project: Sling
> Issue Type: Bug
> Components: JCR
> Affects Versions: JCR Jackrabbit User Manager 2.0.2
> Environment: OS X 10.5.7 java 1.5.0_16-133
> Reporter: 付尧
> Attachments: AuthorizableResourceProvider.java.patch
>
>
> I see the todo in the code of AuthorizableResourceProvider, and a very simple
> bug(find the search type but didn't use it.
> jackrabbit's findPrincipals only use strict match, but you can use
> getPrincipals and the searchType do the right thing.
> So I fix the todo.using principalManager's getPrincipals method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.