فهرست منبع

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
Andor Molnár 1 سال پیش
والد
کامیت
9e40464d98
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md

+ 4 - 0
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