[
https://issues.apache.org/jira/browse/SLING-9871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17308001#comment-17308001
]
Angela Schreiber commented on SLING-9871:
-----------------------------------------
[~ashishc], don't get me wrong.... i see your point and i know the pain....
which is made worse by a combination of repo-init and content packages. but
trying to look at with a bit more distance i see repo-init becoming
increasingly complex and closer to content packages which in a huge application
become increasining difficult to manage. if there is any chance to avoid that
(and maybe trying get rid of some of the denies), i feel that this would be
time well spent.... after all i am anyway neither the author nor the owner of
the repo-init code base.... just wanted to share a bit of outside view.
> Allow for reordering aggregated repoinit fragments
> --------------------------------------------------
>
> Key: SLING-9871
> URL: https://issues.apache.org/jira/browse/SLING-9871
> Project: Sling
> Issue Type: Improvement
> Components: Repoinit
> Reporter: Ashish Chopra
> Priority: Major
>
> As of writing this, repoinit processor (among other things not relevant to
> this JIRA) collects {{create path}} statements and {{set ACL}} statements
> declared in all the feature-models applicable to feature-aggregate under
> consideration.
> Upon repository initialization, it applies all the {{create path}}
> statements, followed by all the {{set ACL}} statements. However, the order in
> which {{set ACL}} statements declared across feature models are applied isn't
> defined (currently, it seems to be based on feature-model-name,
> alphabetically ascending).
> This causes issues at times because we want the order of the ACEs to be
> maintained (e.g., "deny"s for everyone at a given path must be the first ACE,
> followed by "allow"s for specific, non-system-user principals)
> Repoinit should be able to support this requirement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)