This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c5fb57  Mention SLING-9090 for repoinit remove
0c5fb57 is described below

commit 0c5fb574ad64121fe03b31b31a7af714b715d612
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Feb 4 11:33:25 2021 +0100

    Mention SLING-9090 for repoinit remove
---
 .../content/documentation/bundles/repository-initialization.md   | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/repository-initialization.md 
b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index 86e7ec3..a712456 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -49,6 +49,8 @@ The language is self-explaining but please refer to the 
actual test cases for de
 
         deny jcr:write for u-ser_2
         deny jcr:lockManagement for user1
+
+        # remove does not work so far, SLING-9090
         remove jcr:understand,some:other for u3
     end
 
@@ -74,7 +76,7 @@ The language is self-explaining but please refer to the 
actual test cases for de
     create path (nt:unstructured) /var
 
     set ACL for alice, bob,fred
-        # remove is currently not supported by the jcr.repoinit module
+        # remove does not work so far, SLING-9090
         remove * on / 
         allow jcr:read on /content,/var
         deny jcr:write on /content/example.com
@@ -115,7 +117,10 @@ The language is self-explaining but please refer to the 
actual test cases for de
     # precondition for o.a.s.jcr.repoinit: 
     # repository needs to support 
'o.a.j.api.security.authorization.PrincipalAccessControlList'
     set principal ACL for alice,bob
+
+        # remove does not work so far, SLING-9090
         remove * on /libs,/apps
+
         allow jcr:read on /content,/var
         deny jcr:write on /content/example.com
         
@@ -191,6 +196,8 @@ The language is self-explaining but please refer to the 
actual test cases for de
     # o.a.s.repoinit.parser 1.5.2
     # and o.a.s.jcr.repoinit 1.1.22
     add user1,user2 to group grpA
+
+    # remove does not work so far, SLING-9090
     remove user3,user5 from group grpB
     
     # ACLs on user homes, requires

Reply via email to