[
https://issues.apache.org/jira/browse/SLING-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789168#comment-13789168
]
Antonio Sanso commented on SLING-3143:
--------------------------------------
CreateUserServlet has currently 2 failures :
- testCreateUser
- testCreateUserAsUserAdminGroupMember
using last version of org.apache.sling.jcr.jackrabbit.usermanager (namely
2.2.1-SNAPSHOT) makes testCreateUser to pass.
Regarding testCreateUserAsUserAdminGroupMember according to the discussion
held in the OAk list would make sense to disable for Sling on Oak
> CreateUserServlet.createUser doesn't work on Oak for UserAdmin group members
> ----------------------------------------------------------------------------
>
> Key: SLING-3143
> URL: https://issues.apache.org/jira/browse/SLING-3143
> Project: Sling
> Issue Type: Bug
> Reporter: Bertrand Delacretaz
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Attachments: SLING-3143-forceAdminSession.patch
>
>
> CreateUserServlet.createUser detects if the current user is a member of the
> UserAdmin group (group name is configurable), and if that's the case
> considers the user as admin and uses its session to create a new user.
> This fails on Oak, our launchpad/integration-tests CreateUserTest fails.
> I'll attach a patch that works around the problem by forcing the use of an
> admin session in this case, but I'm not sure if it's the right thing to do,
> I'll discuss on the dev list.
--
This message was sent by Atlassian JIRA
(v6.1#6144)