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

Stephen Mallette closed TINKERPOP-2485.
---------------------------------------
    Fix Version/s: 3.4.10
                   3.5.0
         Assignee: Stephen Mallette
       Resolution: Done

Done as CTR:

https://github.com/apache/tinkerpop/commit/580e03a5fe5a50bda1cf4bc215df0751d51048f9
https://github.com/apache/tinkerpop/commit/269a045f8055981f0afff5d5e3118ea13c0c4f86

> Invalid http tests with ?gremlin=1-1
> ------------------------------------
>
>                 Key: TINKERPOP-2485
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2485
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.3.11, 3.4.8
>            Reporter: Marc de Lignie
>            Assignee: Stephen Mallette
>            Priority: Trivial
>             Fix For: 3.5.0, 3.4.10
>
>
> Various tests with ?gremlin=1-1 are compared against
>       
> node.get({color:#008000}"result"{color}).get({color:#008000}"data"{color}).intValue()
>  or
>       
> node.get({color:#008000}"result"{color}).get({color:#008000}"data"{color}).get(GraphSONTokens.{color:#660e7a}VALUEPROP{color}).get({color:#0000ff}0{color}).intValue()
> which accidentally result in the 0 value.
> Replace with ?gremlin=2-1 and 
>       
> node.get({color:#008000}"result"{color}).get({color:#008000}"data"{color}).get(GraphSONTokens.{color:#660e7a}VALUEPROP{color}).get({color:#0000ff}0{color}).get(GraphSONTokens.{color:#660e7a}VALUEPROP{color}).intValue()



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to