[
https://issues.jboss.org/browse/ISPN-3013?page=com.atlassian.jira.plugin....
]
Vitalii Chepeliuk commented on ISPN-3013:
-----------------------------------------
Yes Tristan I wrote 4. This only working with "defaultx/xx" or
'defaultx/xx' but autocompletion do not escaping special symbol like /. I mean
that if you press <TAB> key it will autocomplete cache name without quots and if it
is not quated you press enter and NullPointerException.
CLI not supports slashes in name as "defaultx/xx"
--------------------------------------------------
Key: ISPN-3013
URL:
https://issues.jboss.org/browse/ISPN-3013
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 5.2.4.Final
Reporter: Vitalii Chepeliuk
Assignee: Tristan Tarrant
Priority: Minor
Labels: cli
When we connect from CLI to server. And configure our cache name to use / in names then
name with slashes is correctly shown when we press <TAB> to autocomplete but If we
choose this name of cache and press <ENTER> we get exception
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira