[
https://issues.apache.org/jira/browse/ZOOKEEPER-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Hunt updated ZOOKEEPER-49:
----------------------------------
Fix Version/s: 3.0.0
> SetACL does not work
> --------------------
>
> Key: ZOOKEEPER-49
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-49
> Project: Zookeeper
> Issue Type: Bug
> Components: server
> Reporter: Benjamin Reed
> Assignee: Benjamin Reed
> Fix For: 3.0.0
>
>
> As reported by Shane:
> Still exploring the ACL stuff in Zookeeper. Tried using setACL for a
> path but get InvalidACL error thrown .... looking at pRequest in
> PrepRequestProcessor ... and in particular these lines ...
> SetACLRequest setAclRequest = new SetACLRequest();
> if (!fixupACL(request.authInfo,
> setAclRequest.getAcl())) {
> throw new KeeperException(Code.InvalidACL);
> }
> a new SetACLRequest will return a null when called in fixupACL
> returning false and throwing the exception .... as far as I can see.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.