GitHub user vrkrishn opened a pull request:
https://github.com/apache/tinkerpop/pull/440
TINKERPOP-1044: Gremlin server REST endpoint - Add Exception Class and
Message in Response
When using Gremlin-Server Client over REST endpoint and the gremlin query
results in a groovy script Exception/Error, will output the Throwable class
name as well as the Throwable Message in the message body of the HTTP Response
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrkrishn/tinkerpop TINKERPOP-1044
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/440.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #440
----
commit de9bbda5e44d5f4a8a7c024894027d1dccd6e2c5
Author: Vivek Krishnan <[email protected]>
Date: 2016-09-28T06:21:42Z
TINKERPOP-1044: When using Gremlin-Server Client over REST endpoint and the
gremlin query results in a groovy script Exception/Error, will output the
Throwable class name as well as the Throwable Message in the message body of
the HTTP Response
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---