Andor Molnár
Andor Molnár
I changed my mind, implementing the parent ACL check doesn't make much sense. The same 'scan' issue can be achieved with get too: ``` /a - protected /a/b - protected...
@eolivelli @ztzg @phunt Unfortunately @maoling is not active on this patch, I suggest to fork his patch and create a new PR to move forward with the fix.
> I agree. But I don't have cycles No worries, I'll do it.
Closing this PR in favor of #2093
@Softrock Looks fine, but please open a PR to master branch only.
@showuon You have checkstyle validation error ``` Error: /home/runner/work/zookeeper/zookeeper/zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/LeaderBeanTest.java:43:1: Extra separation in import group before 'org.apache.jute.OutputArchive' [ImportOrder] ```
> > Please create a Jira for this and describe the feature mentioning which version branch would you like it to be added. I think this is suitable for `master`...
Also would you please elaborate a little bit more on reasoning in Jira's description for the records?
@maoling [hbase](https://github.com/apache/hbase/blob/f63a7ff635fa02a8a97d9a36505732f647d2e7ff/hbase-build-configuration/pom.xml) do use errorprone. At least in some modules.