Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Repoinit JCR 1.1.38
-
None
Description
AclUtil repeatedly calls utility methods with Session param that internally retrieve an AccessControlManager from the session. since the manager is anyway used to write back changes it would be preferable to get the manager only once and pass it to the utility methods.