Andrei Tuicu created SLING-8540:
-----------------------------------
Summary: 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
Reporter: Andrei Tuicu
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
(v7.6.3#76005)