[ 
https://issues.apache.org/jira/browse/OAK-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696740#comment-14696740
 ] 

Chetan Mehrotra commented on OAK-3232:
--------------------------------------

This is fixed in latest version of Groovy. See 
[GROOVY-6942|https://issues.apache.org/jira/browse/GROOVY-6942]. Would try to 
update embedded Groovy and see if other parts work fine or not

> 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)

Reply via email to