You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Prabhunath Yadav (JIRA)" <ji...@apache.org> on 2016/09/12 05:36:21 UTC

[jira] [Updated] (ZOOKEEPER-2575) /./// does not have the form scheme:id:perm and client is quit.

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prabhunath Yadav updated ZOOKEEPER-2575:
----------------------------------------
    Description: 
while creating node using command (random arguments like this).
create /  /./// or some wrong format it shows the message 
/./// does not have the form scheme:id:perm
with Exception in thread "main" org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode=InvalidACL
.....

It should give the accurate message but it should not get closed or quit.

  was:
while creating node using command 
create /  /./// or some wrong format it shows the message 
/./// does not have the form scheme:id:perm
with Exception in thread "main" org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode=InvalidACL
.....

It should give the accurate message but it should not get closed or quit.


> /./// does not have the form scheme:id:perm and client is quit.
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2575
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2575
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.5.2
>            Reporter: Prabhunath Yadav
>            Priority: Minor
>
> while creating node using command (random arguments like this).
> create /  /./// or some wrong format it shows the message 
> /./// does not have the form scheme:id:perm
> with Exception in thread "main" org.apache.zookeeper.KeeperException$InvalidACLException: KeeperErrorCode=InvalidACL
> .....
> It should give the accurate message but it should not get closed or quit.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)