Mohammad Arshad created ZOOKEEPER-3128:
------------------------------------------
Summary: CLI Commands display Authentication error for
Authorization error
Key: ZOOKEEPER-3128
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3128
Project: ZooKeeper
Issue Type: Bug
Components: server
Reporter: Mohammad Arshad
Assignee: Mohammad Arshad
Fix For: 3.6.0, 3.5.5, 3.4.14
CLI Commands display "Authentication is not valid : /path123" when user does
not have access on the znode /path123.
For example command
{code:java}
get /path456 {code}
will display error message
{code:java}
Authentication is not valid : /path456 {code}
if user does not have read access on znode /path456.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)