-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 9.10-HF36, 10.10-HF13, 11.1, 2021.0
-
Component/s: Rest API
The ACL enricher returns all information (properties, members, groups, nested groups) for all the users and groups who have a permission on the current document.
It has 3 consequences :
- fetching all the information takes time
- marshalling all the information takes time
- sending all the information with a big JSON response takes time
Displaying the Permissions tab could then easily ends on a timeout.
The behavior could be improved by fetching/sending only the information needed in this tab: username, firstname, lastname
- causes
-
NXP-28037 Fix ACLEnricher and UserManager tests on MongoDB
- Resolved