maoling opened a new pull request #1298: ZOOKEEPER-2590:exists() should check read ACL permission URL: https://github.com/apache/zookeeper/pull/1298 - `exist` is a kind of read operation, so it should check read ACL permission. In the original release, only two operation don't check ACL permission(`exist` and `getAcl`) which is an omission. I saw `getAcl` had also amended it - more details in the [ZOOKEEPER-2590](https://issues.apache.org/jira/browse/ZOOKEEPER-2590)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
