[ https://issues.apache.org/jira/browse/ZOOKEEPER-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eugene Koontz updated ZOOKEEPER-1055: ------------------------------------- Attachment: ZOOKEEPER-1055.patch This is not a fix yet; but is simply a unit test that shows the bug (this test fails on trunk). > check for duplicate ACLs in addACL() and create() > ------------------------------------------------- > > Key: ZOOKEEPER-1055 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1055 > Project: ZooKeeper > Issue Type: Bug > Reporter: Eugene Koontz > Assignee: Eugene Koontz > Attachments: ZOOKEEPER-1055.patch > > > actual result: > [zk: (CONNECTED) 0] create /test2 'test2' > digest:test:test:cdrwa,digest:test:test:cdrwa > Created /test2 > [zk: (CONNECTED) 1] getAcl /test2 > 'digest,'test:test > : cdrwa > 'digest,'test:test > : cdrwa > [zk: (CONNECTED) 2] > but getAcl should only have a single entry. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira