This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.7
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.7 by this push:
new 7960a4b83 ZOOKEEPER-2590: [ADDENDUM] exists() should check read ACL
permission - doc update
7960a4b83 is described below
commit 7960a4b83810d453a47a035e65708615d4c550cf
Author: Andor Molnár <[email protected]>
AuthorDate: Thu Dec 21 15:08:53 2023 +0100
ZOOKEEPER-2590: [ADDENDUM] exists() should check read ACL permission - doc
update
ZOOKEEPER-2590. Add docs to mention the new behavior
Author: anmolnar
Closes #2096 from anmolnar/ZOOKEEPER-2590_doc
(cherry picked from commit 9e40464d98319b4553d93b12c6d7db4d240bbce9)
Signed-off-by: Andor Molnar <[email protected]>
---
zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
b/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
index 7c0d4ec1f..d1c067fa6 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
@@ -829,6 +829,10 @@ in order to retrieve ACLs of a znode user has to have
_READ_ or _ADMIN_
permission, but without _ADMIN_ permission, digest hash values will be
masked out.
+As of versions **3.9.2 / 3.8.4 / 3.7.3** the exists() call will now verify
ACLs
+on nodes that exist and the client must have READ permission otherwise
+'Insufficient permission' error will be raised.
+
<a name="sc_BuiltinACLSchemes"></a>
#### Builtin ACL Schemes