You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Simone Tripodi (JIRA)" <ji...@apache.org> on 2019/06/27 21:08:00 UTC

[jira] [Resolved] (SLING-8540) ACL permissions from jcr_root are not correctly serialised

     [ https://issues.apache.org/jira/browse/SLING-8540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simone Tripodi resolved SLING-8540.
-----------------------------------
    Resolution: Fixed
      Assignee: Simone Tripodi

Resolved in [43ee3c0|https://github.com/apache/sling-org-apache-sling-feature-cpconverter/commit/43ee3c0833c9c22786c708239e82a670b2472e6c]

> 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
>            Assignee: Simone Tripodi
>            Priority: Major
>          Time Spent: 10m
>  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
(v7.6.3#76005)