You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "付尧 (JIRA)" <ji...@apache.org> on 2009/06/17 10:34:07 UTC

[jira] Updated: (SLING-1009) listChildren failed in AuthorizableResourceProvider

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

付尧 updated SLING-1009:
----------------------

    Attachment: AuthorizableResourceProvider.java.patch

This is the fix I made to AuthorizableResourceProvider.

> 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.