org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode = InvalidACL for /f
I am working with zookeeper 3.4.6, I'm using acl in order to authenticate with zookeeper server. I have my own implementation ZooKeeperSupport , it's a support for create, remove and verify znode. I am triying to create a znode using acl , but fail throwning InvalidACLException in this part of the code zooKeeperSupport.create("/f", DATA_F); I'm basing this project to do it zookeeper-acl-sample , but I want to use digest auth because use user and password BasicMockZookeeperSecurity public class BasicMockZookeeperSecurity { @Resource (name = "zooKeeperSupportFactory") protected