We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543aff8 commit 324194fCopy full SHA for 324194f
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_
829
permission, but without _ADMIN_ permission, digest hash values will be
830
masked out.
831
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
+
836
<a name="sc_BuiltinACLSchemes"></a>
837
838
#### Builtin ACL Schemes
0 commit comments