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

[jira] Resolved: (SLING-1377) Listing all users/groups does not work

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

Felix Meschberger resolved SLING-1377.
--------------------------------------

    Resolution: Fixed

Done

> Listing all users/groups does not work
> --------------------------------------
>
>                 Key: SLING-1377
>                 URL: https://issues.apache.org/jira/browse/SLING-1377
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: JCR Jackrabbit User Manager 2.0.4, JCR Jackrabbit User Manager 2.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: JCR Jackrabbit User Manager 2.0.6
>
>
> Listing all users or groups, that is listing the children of the /system/userManager/user or /system/userManager/group resources fails because the PrinicipalManager.findPrincipals(String, int) method is called with a "wildcard" parameter ".*". This does not work because the findPrincipals method matches the string parameter exactly.
> Rather the PrincipalManager.getPrincipals(int) method should be used.

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