Bug 1048142 - [CLI] Cannot put key with "like" value via CLI
Summary: [CLI] Cannot put key with "like" value via CLI
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Infinispan
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 6.5.0
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-03 09:38 UTC by Vitalii Chepeliuk
Modified: 2015-04-15 12:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-04-15 12:45:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-3869 0 Major Closed Cannot put key with "like" value via CLI 2015-12-10 08:19:57 UTC

Description Vitalii Chepeliuk 2014-01-03 09:38:31 UTC
See description of linked Jira

Comment 2 Tristan Tarrant 2014-12-10 14:23:35 UTC
Does it work with quoted keys/values ?

Comment 3 Vitalii Chepeliuk 2015-01-14 08:31:36 UTC
(In reply to Tristan Tarrant from comment #2)
> Does it work with quoted keys/values ? Yes with quoted it works

[standalone@localhost:9999 cache-container=local] cache default
[standalone@localhost:9999 local-cache=default] put key1 "like"
[standalone@localhost:9999 local-cache=default] get key1
like
[standalone@localhost:9999 local-cache=default] put key2 like
line 1:4 no viable alternative at input 'key2'
line 1:9 mismatched input 'like' expecting set null
[standalone@localhost:9999 local-cache=default] get key2
null

Comment 4 JBoss JIRA Server 2015-04-15 12:45:15 UTC
Tristan Tarrant <ttarrant> updated the status of jira ISPN-3869 to Closed


Note You need to log in before you can comment on or make changes to this bug.