kwin commented on a change in pull request #14:
URL: 
https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/14#discussion_r616820567



##########
File path: src/main/java/org/apache/sling/jcr/repoinit/impl/AclUtil.java
##########
@@ -203,6 +204,14 @@ public static void setPrincipalAcl(Session session, String 
principalName, Collec
         }
 
         final PrincipalAccessControlList acl = 
getPrincipalAccessControlList(acMgr, principal);
+        if (acl == null) {

Review comment:
       Done in 
https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/14/commits/f0c9a259af9781c8bcc1ca17c84fb62e5571afe8.
 The rest is IMHO clear from the javadoc of 
http://jackrabbit.apache.org/api/2.18/index.html?org/apache/jackrabbit/api/security/authorization/PrincipalAccessControlList.html




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to