Angela Schreiber created SLING-9412:
---------------------------------------
Summary: AclUtil.containsEquivalentEntry should not fail if no
such node exists
Key: SLING-9412
URL: https://issues.apache.org/jira/browse/SLING-9412
Project: Sling
Issue Type: Bug
Components: Repoinit
Reporter: Angela Schreiber
{{AclUtil.setPrincipalAcl}} has been adjusted with SLING-8766 to be more
lenient with principals that don't support principal-based access control
setup. However, the check for equivalent resource-based setup still fails if no
node exists for the given absolute path (lookup of policies will fail with
{{PathNotFoundException}}. to reduce the potential repo-init failures we should
additionally verify that there exists a node before trying to verify the
resource-based ac-setup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)