You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (Jira)" <ji...@apache.org> on 2020/03/30 08:41:00 UTC

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

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

Bertrand Delacretaz resolved SLING-7147.
----------------------------------------
    Fix Version/s:     (was: Repoinit JCR 1.1.24)
       Resolution: Duplicate

Marking this ticketĀ  as a duplicate, will be handled in SLING-9090

> 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
>            Assignee: Bertrand Delacretaz
>            Priority: Major
>
> 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
(v8.3.4#803005)