You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Charles Ruhland (JIRA)" <ji...@apache.org> on 2016/12/07 01:37:58 UTC

[jira] [Created] (CURATOR-361) NamespaceImpl.unfixForNamespace() removes leading slash if namespace is empty

Charles Ruhland created CURATOR-361:
---------------------------------------

             Summary: NamespaceImpl.unfixForNamespace() removes leading slash if namespace is empty
                 Key: CURATOR-361
                 URL: https://issues.apache.org/jira/browse/CURATOR-361
             Project: Apache Curator
          Issue Type: Bug
          Components: Framework
    Affects Versions: 2.11.1
            Reporter: Charles Ruhland
            Priority: Minor


When using a {{CuratorFramework}} client with a namespace set explicitly to the empty string via the builder, calls to {{unfixForNamespace()}} on its {{namespace}} field will result in invalid paths that are missing their leading slash; e.g. {{/foo/bar}} becomes {{foo/bar}}.



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