소스 검색

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