Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JCR Jackrabbit User Manager 2.0.2, JCR Jackrabbit User Manager 2.0.4
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
SLING-1009 listChildren failed in AuthorizableResourceProvider
- Closed