tmaret commented on a change in pull request #40: URL: https://github.com/apache/sling-org-apache-sling-distribution-core/pull/40#discussion_r414557584
########## File path: src/main/java/org/apache/sling/distribution/agent/impl/PrivilegeDistributionRequestAuthorizationStrategy.java ########## @@ -105,5 +113,14 @@ private String getClosestParent(Session session, String path) throws RepositoryE return null; } + private static Privilege[] computePrivileges(AccessControlManager acMgr, String[] jcrPrivileges, String jcrPrivilege) Review comment: Ah, good point. We could keep the string representation in a Set. ---------------------------------------------------------------- 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: us...@infra.apache.org