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

[jira] [Created] (SLING-8527) Glob restrictions for content-package formatted wrong

Dominik Süß created SLING-8527:
----------------------------------

             Summary: 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: Feature Model
            Reporter: Dominik Süß


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
(v7.6.3#76005)