You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jay Bae (JIRA)" <ji...@apache.org> on 2013/07/10 00:33:48 UTC

[jira] [Created] (CURATOR-46) ZKPaths.makePath should return the valid path when the child is "/"

Jay Bae created CURATOR-46:
------------------------------

             Summary: ZKPaths.makePath should return the valid path when the child is "/"
                 Key: CURATOR-46
                 URL: https://issues.apache.org/jira/browse/CURATOR-46
             Project: Apache Curator
          Issue Type: Bug
          Components: Client
    Affects Versions: 2.1.0-incubating
            Reporter: Jay Bae


ZKPaths.makePath() has a bug when parent is "abc" and child is '/', it should return "/abc" but it's returning "/abc/" which is invalid.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira