[
https://issues.apache.org/jira/browse/OAK-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chetan Mehrotra reassigned OAK-3232:
------------------------------------
Assignee: Chetan Mehrotra
> 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
>
> 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)