[
https://issues.apache.org/jira/browse/SLING-8540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Schaefer updated SLING-8540:
------------------------------------
Fix Version/s: (was: Content-Package to Feature Model Converter 1.0.0)
Content-Package to Feature Model Converter 1.0.2
> ACL permissions from jcr_root are not correctly serialised
> ----------------------------------------------------------
>
> Key: SLING-8540
> URL: https://issues.apache.org/jira/browse/SLING-8540
> Project: Sling
> Issue Type: Bug
> Components: Content-Package to Feature Model Converter
> Affects Versions: Content-Package to Feature Model Converter 1.0.0
> Reporter: Andrei Tuicu
> Assignee: Simone Tripodi
> Priority: Major
> Fix For: Content-Package to Feature Model Converter 1.0.2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> h3. Problem
> ACL permissions from jcr_root are not correctly serialised in the repoinit
> section, which causes AEM to fail to start. The path is missing from the
> definition.
> h3. Actual
> {code}
> ...
> "set ACL for myuser",
> "allow jcr:read on ",
> "end",
> ...
> {code}
> h3. Expected
> {code}
> ...
> "set ACL for myuser",
> "allow jcr:read on /",
> "end",
> ...
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)