You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by kw...@apache.org on 2022/07/06 08:28:19 UTC

[jackrabbit-oak] branch kwin-patch-1 created (now 3d3cd02af4)

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

kwin pushed a change to branch kwin-patch-1
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at 3d3cd02af4 clarify node names of ACL nodes

This branch includes the following new commits:

     new 3d3cd02af4 clarify node names of ACL nodes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: clarify node names of ACL nodes

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch kwin-patch-1
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 3d3cd02af4ae8c63971bedd9e3dfc4f7af330f6b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jul 6 10:28:15 2022 +0200

    clarify node names of ACL nodes
---
 oak-doc/src/site/markdown/security/accesscontrol/default.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-doc/src/site/markdown/security/accesscontrol/default.md b/oak-doc/src/site/markdown/security/accesscontrol/default.md
index 43f94acb00..ca5e6c3e71 100644
--- a/oak-doc/src/site/markdown/security/accesscontrol/default.md
+++ b/oak-doc/src/site/markdown/security/accesscontrol/default.md
@@ -129,8 +129,8 @@ found in section [Restriction Management](../authorization/restriction.html).
 <a name="representation"></a>
 ### Representation in the Repository
 
-All access control policies defined with an Oak repository are stores child of
-the node they are bound to. The node type definition used to represent access control content:
+All access control policies defined with an Oak repository are stored as child of
+the node they are bound to with name `rep:policy` or as node with path `/repo:policy` (for repository-level policies). The node type definition used to represent access control content:
 
     [rep:AccessControllable]
       mixin