Created attachment 735958 [details] Sever log of JDG server 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 Special symbols should be escaped Expected results: Additional info: server.log added in attachment
Thomas Fromm <tf> made a comment on jira ISPN-3013 Maybe check spaces in name too :-)
(In reply to comment #1) > Thomas Fromm <tf> made a comment on jira ISPN-3013 > > Maybe check spaces in name too :-) Yep spaces could be too
Vitalii Chepeliuk <vchepeli> made a comment on jira ISPN-3013 Yep spaces too could be escaped too)) But we verify mysql DB with name consisting of special symbols
Tristan Tarrant <ttarrant> made a comment on jira ISPN-3013 The CLI supports quoting. have you tried that ?
Vitalii Chepeliuk <vchepeli> made a comment on jira 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.
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.