Vitalii Chepeliuk created ISPN-3869:
---------------------------------------
Summary: Cannot put key with "like" value via CLI
Key: ISPN-3869
URL:
https://issues.jboss.org/browse/ISPN-3869
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 6.0.1.Final
Reporter: Vitalii Chepeliuk
Assignee: Mircea Markus
Run following commands in CLI
[remoting://localhost:9999/local/default]> put key1 like
line 1:4 no viable alternative at input 'key1'
line 1:9 mismatched input 'like' expecting set null
[remoting://localhost:9999/local/default]> get key1
null
[remoting://localhost:9999/local/default]> put key1 like1
[remoting://localhost:9999/local/default]> get key1
like1
[remoting://localhost:9999/local/default]> put key1 LIKE
[remoting://localhost:9999/local/default]> get key1
LIKE
[remoting://localhost:9999/local/default]> put key1 Like
[remoting://localhost:9999/local/default]> get key1
Like
--
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