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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/11/02 06:55:58 UTC

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

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

Chetan Mehrotra resolved OAK-3232.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.13
                   1.6

Done with r1767609. Now the spaces are escaped similar to way they are handled in shell
{noformat}
> cd content 
/content> cd test 
/content/test> cd name\ with\ space 
/content/test/name with space> 
{noformat}

> 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
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.6, 1.5.13
>
>
> 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)