Sergiu Dumitriu created SLING-12396: ---------------------------------------
Summary: ACL restrictions with no values are mistakenly considered equivalent regardless of their name Key: SLING-12396 URL: https://issues.apache.org/jira/browse/SLING-12396 Project: Sling Issue Type: Bug Components: Repoinit Reporter: Sergiu Dumitriu Try to set two rules on the same node, like: {code} deny jcr:read on /path restriction(rep:ntNames) deny jcr:read on /path restriction(rep:itemNames) {code} The second rule will be ignored since it is considered equivalent to the first one, even though that is not the case. -- This message was sent by Atlassian Jira (v8.20.10#820010)