[jira] [Updated] (IGNITE-4195) rest-http can't get data if key is Integer or others

2017-07-17 Thread Vladimir Ozerov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov updated IGNITE-4195:

Priority: Major  (was: Critical)

> rest-http can't get data if key is Integer or others
> 
>
> Key: IGNITE-4195
> URL: https://issues.apache.org/jira/browse/IGNITE-4195
> Project: Ignite
>  Issue Type: Bug
>  Components: clients
>Affects Versions: 1.7
>Reporter: Victor.x.qu
>
> I created a cache which key is java.lang.Integer in ignite 1.7.0 
> But when i use rest to get the data like the url : 
>href="http://xx:xx/ignite?cacheName=xx&cmd=getall&k1=11";>http://xx:xx/ignite?cacheName=xx&cmd=getall&k1=11
> It didn't return data 
> I check the GridJettyRestHandler.java 
> It didn't support which key is  java.lang.Integer or others 
> So i add some simple code to support this  ( some code is for Cross-origin 
> when use in js) 
> The code you can see below : 
>   https://github.com/apache/ignite/pull/1214/files
> Can support this situation by official ? 
> Thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4195) rest-http can't get data if key is Integer or others

2017-05-10 Thread Vladimir Ozerov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Ozerov updated IGNITE-4195:

Component/s: (was: rest)
 clients

> rest-http can't get data if key is Integer or others
> 
>
> Key: IGNITE-4195
> URL: https://issues.apache.org/jira/browse/IGNITE-4195
> Project: Ignite
>  Issue Type: Bug
>  Components: clients
>Affects Versions: 1.7
>Reporter: Victor.x.qu
>Priority: Critical
>
> I created a cache which key is java.lang.Integer in ignite 1.7.0 
> But when i use rest to get the data like the url : 
>href="http://xx:xx/ignite?cacheName=xx&cmd=getall&k1=11";>http://xx:xx/ignite?cacheName=xx&cmd=getall&k1=11
> It didn't return data 
> I check the GridJettyRestHandler.java 
> It didn't support which key is  java.lang.Integer or others 
> So i add some simple code to support this  ( some code is for Cross-origin 
> when use in js) 
> The code you can see below : 
>   https://github.com/apache/ignite/pull/1214/files
> Can support this situation by official ? 
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)