-
Bug
-
Resolution: Fixed
-
Low
-
7.12.3
-
1
-
Severity 3 - Minor
-
1
-
Issue Summary
Fast permissions do not process requests from users with more than 1000 users. Even though the fast permissions delegate processing to regular permission services, Confluence logs can have a lot of error messages.
This is reproducible on Data Center: yes
Steps to Reproduce
- Create a user
- Create 1001 groups
- Assign all 1001 groups to the user
- Log in as a user and view any page
Expected Results
- No errors in logs
Actual Results
The below exception is thrown in the xxxxxxx.log file:
2022-03-01 00:00:00,000 ERROR [...] [security.denormalisedpermissions.impl.DenormalisedPermissionRouter] getPermittedSpaces Denormalised permission execution failed for space query com.atlassian.confluence.spaces.SpacesQuery@7fd0e11f. Exception: We do not support more that 1000 groups at this moment. -- url: /pages/viewpage.action...
Workaround
Either disable fast permissions or set error logging to FATAL for com.atlassian.confluence.security.denormalisedpermissions.impl.DenormalisedPermissionRouter class.
Form Name |
---|