You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/10/14 22:53:44 UTC

[jira] Assigned: (ZOOKEEPER-68) parseACLs in ZooKeeper.java fails to parse elements of ACL, should be lastIndexOf rather than IndexOf

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

Patrick Hunt reassigned ZOOKEEPER-68:
-------------------------------------

    Assignee: Mahadev konar

> parseACLs in ZooKeeper.java fails to parse elements of ACL, should be lastIndexOf rather than IndexOf
> -----------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-68
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-68
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: java client
>            Reporter: Jakob Homan
>            Assignee: Mahadev konar
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: colonindices.diff, ZOOKEEPER-68_1.patch
>
>
> the parseACLs(String aclString) method attempts to prase ACLs from the form of scheme:id:perm into the three components, delineated by the colons.  The current version calls indexOf for both the first and second colon, receiving the same value for both and failing as if there were only one colon in the string.  I created a one-line patch to call lastIndexOf for the second colon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.