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
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.