Jens Lauterbach created OAK-8422: ------------------------------------ Summary: Deleted Users Not Removed From Group Key: OAK-8422 URL: https://issues.apache.org/jira/browse/OAK-8422 Project: Jackrabbit Oak Issue Type: Bug Affects Versions: 1.16.0 Environment: Operating system: macOS 10.14.5
Java: {code:java} java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) {code} Reporter: Jens Lauterbach h1. Overview When a user is created, added to a group, deleted and then re-created with the same userId (authorizableId) the user is assigned to the group he/she was assigned to before the user was deleted. h1. Steps to Reproduce # Create group named "test". # Create user. # Add user to group. # Delete user. # Create user with same "userID" as in step 2. Expected result: * User is not member of group "test". Actual result: * User is member of group "test". h1. Additional Information I have created a unit test to demonstrate this problem. I will provide the link later. -- This message was sent by Atlassian JIRA (v7.6.3#76005)