You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2015/08/14 10:47:46 UTC

[jira] [Created] (OAK-3232) Oak Console cannot deal with spaces in node names

Alex Parvulescu created OAK-3232:
------------------------------------

             Summary: Oak Console cannot deal with spaces in node names
                 Key: OAK-3232
                 URL: https://issues.apache.org/jira/browse/OAK-3232
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: run
            Reporter: Alex Parvulescu
            Priority: Minor


Trying to _cd_ into a node that has spaces in the name will not work.
{code}
/test> ls
one node
second node test
/test> cd one node 
No such node
{code}

A good workaround is to manually drill down into such nodes by using the _session.workingPath_ variable:
{code}
/test> session.workingPath = session.workingPath + '/one node'
===> /test/one node
{code}




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