Sebastian Estevez created TINKERPOP3-775:
--------------------------------------------
Summary: Gremlin Server- Does not handle spaces in GET requests
Key: TINKERPOP3-775
URL: https://issues.apache.org/jira/browse/TINKERPOP3-775
Project: TinkerPop 3
Issue Type: Bug
Reporter: Sebastian Estevez
This does not work:
{code}curl "http://192.168.59.103:8182?gremlin=g.addV('Name', 'Seb')"{code}
But this does
{code}curl "http://192.168.59.103:8182?gremlin=g.addV('Name','Seb')"{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)