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:20 UTC

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

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