-
Notifications
You must be signed in to change notification settings - Fork 139
Description
Scenario1:
- parent folder: TEST
- sub folder1: TEST\folder1
- sub folder2: TEST\folder2
users: user1, user2
user's source: TEST
access management settings:
- user1 has deny access to folder2
- user2 has deny access to folder1
results:
- user1 is denied in folder2
- user2 is denied in folder1
Scenario2:
- parent folder: TEST
- sub folder1: TEST\folder1\another_folder1
- sub folder2: TEST\folder2\another_folder2
users: user1, user2
user's source: TEST
access management settings:
- user1 has deny access to folder2
- user2 has deny access to folder1
results:
- user1 is able to access folder2 and can see the "another_folder2" but cannot access it
- user1 is able to create folder but showing the error "you do not have permission to access this", but when you click the back button of the web browser, the folder is created. Trying to access the created folder is denied.
- same case with user2 when folder1 has subfolder.
with Scenario 1, the behavior is correct
with Scenario 2, it should behave like scenario1
thanks