[
https://issues.apache.org/jira/browse/SLING-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Schaefer updated SLING-8527:
------------------------------------
Fix Version/s: (was: Content-Package to Feature Model Converter 1.0.0)
Content-Package to Feature Model Converter 1.0.2
> Glob restrictions for content-package formatted wrong
> -----------------------------------------------------
>
> Key: SLING-8527
> URL: https://issues.apache.org/jira/browse/SLING-8527
> Project: Sling
> Issue Type: Bug
> Components: Content-Package to Feature Model Converter
> Affects Versions: Content-Package to Feature Model Converter 1.0.0
> Reporter: Dominik Süß
> Assignee: Simone Tripodi
> Priority: Critical
> Fix For: Content-Package to Feature Model Converter 1.0.2
>
>
> A defined rep:glob on an acl is currently converted in something like this:
> {{"allow jcr:all on /home restriction(*/xyz/*)",}}
> while the result should be
> {{"allow jcr:all on /home restriction(rep:glob,*/xyz/*)",}}
> This renders the generated repoinit section unparsable. The current logic
> should be revised to make sure the generated repoinit statements really
> represent and generate what was defined in the package.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)