Timothee Maret created SLING-7147:
-------------------------------------

             Summary: Support ACL remove * statement
                 Key: SLING-7147
                 URL: https://issues.apache.org/jira/browse/SLING-7147
             Project: Sling
          Issue Type: Improvement
          Components: Repoinit
    Affects Versions: Repoinit JCR 1.1.6
            Reporter: Timothee Maret
             Fix For: Repoinit JCR 1.1.8


The repoinit parser supports removing all ACLs with the syntax
{code}
set ACL on <list-of-paths>
    remove * for <list-of-users>
end
{code}
and 
{code}
set ACL for <list-of-users>
    remove * on <list-of-paths>
end
{code}

However, the JCR implementation does not seem to support it.

This issue is about implementing the {{remove *}} statements for ACLs in the 
JCR repoinit implementation.

cc [~bdelacretaz]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to