Skip to content

Commit 324194f

Browse files
anmolnarAlphaCanisMajoris
authored andcommitted
ZOOKEEPER-2590: [ADDENDUM] exists() should check read ACL permission - doc update
ZOOKEEPER-2590. Add docs to mention the new behavior Author: anmolnar Closes apache#2096 from anmolnar/ZOOKEEPER-2590_doc
1 parent 543aff8 commit 324194f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,10 @@ in order to retrieve ACLs of a znode user has to have _READ_ or _ADMIN_
829829
permission, but without _ADMIN_ permission, digest hash values will be
830830
masked out.
831831
832+
As of versions **3.9.2 / 3.8.4 / 3.7.3** the exists() call will now verify ACLs
833+
on nodes that exist and the client must have READ permission otherwise
834+
'Insufficient permission' error will be raised.
835+
832836
<a name="sc_BuiltinACLSchemes"></a>
833837
834838
#### Builtin ACL Schemes

0 commit comments

Comments
 (0)