]
Tristan Tarrant closed ISPN-3013.
---------------------------------
Resolution: Out of Date
CLI not supports slashes in name as "defaultx/xx"
--------------------------------------------------
Key: ISPN-3013
URL:
https://issues.redhat.com/browse/ISPN-3013
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 5.2.4.Final
Reporter: Vitalii Chepeliuk
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