Konrad Windszus created SLING-11735:
---------------------------------------
Summary: Separate node operations from acl operations
Key: SLING-11735
URL: https://issues.apache.org/jira/browse/SLING-11735
Project: Sling
Issue Type: Improvement
Components: Repoinit
Affects Versions: Repoinit JCR 1.1.42
Reporter: Konrad Windszus
The processing of ACLs/ACEs and regular nodes should be separated in different
visitors.
Currently both is handled in
https://github.com/apache/sling-org-apache-sling-jcr-repoinit/blob/master/src/main/java/org/apache/sling/jcr/repoinit/impl/AclVisitor.java
despite its name and javadoc stating
bq. OperationVisitor which processes only operations related to ACLs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)