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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 7d204fa1ee OAK-9974 : permission eval: entries are evaluated in 
reverse order
7d204fa1ee is described below

commit 7d204fa1ee383d64f6bb90c1e078419a6780fc4d
Author: angela <anch...@adobe.com>
AuthorDate: Tue Oct 25 17:10:58 2022 +0200

    OAK-9974 : permission eval: entries are evaluated in reverse order
---
 oak-doc/src/site/markdown/security/permission/evaluation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-doc/src/site/markdown/security/permission/evaluation.md 
b/oak-doc/src/site/markdown/security/permission/evaluation.md
index 3ef468635c..8c9b6571f3 100644
--- a/oak-doc/src/site/markdown/security/permission/evaluation.md
+++ b/oak-doc/src/site/markdown/security/permission/evaluation.md
@@ -39,7 +39,7 @@ The order of precedence is as follows:
     - their order in the access control list
     - their position in the node hierarchy
 - within a given type of principal (user vs. group principal) the order of 
executing is
-    - order of entries as specified originally (the index of the permission 
entry)
+    - reverse order of entries as specified originally (the index of the 
permission entry)
     - entries associated with the target tree take precedence over inherited 
entries
 
 ##### Examples

Reply via email to