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

[jira] [Updated] (SLING-7147) Support ACL remove * statement

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

Karl Pauls updated SLING-7147:
------------------------------
    Fix Version/s:     (was: Repoinit JCR 1.1.12)
                   Repoinit JCR 1.1.14

> 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
>            Priority: Major
>             Fix For: Repoinit JCR 1.1.14
>
>
> 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
(v7.6.3#76005)