GitHub user spmallette opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/180

    TINKERPOP-1045 Validate bindings on the server to ensure that they were 
String keys

    https://issues.apache.org/jira/browse/TINKERPOP-1045.
    
    Also, fixed a problem where error messages were not always propagating back 
to the client (usually around validation).  They were being sent back in the 
result field rather than in the statusMessage field.
    
    Tested with: 
    
    ```text
    mvn clean install && mvn verify -DskipIntegrationTests=false -pl 
gremlin-server
    ```
    and did manual testing as well with the console - see the JIRA ticket for 
console output.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1045

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/180.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 #180
    
----
commit 55752d30e48d4ace8e7375e4dd46ff0e633bb828
Author: Stephen Mallette <[email protected]>
Date:   2015-12-16T14:47:02Z

    Validate bindings on the server to ensure that they were String keys.
    
    Also, fixed a problem where error messages were not always propagating back 
to the client (usually around validation).  They were being sent back in the 
result field rather than in the statusMessage field.

----


---
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.
---

Reply via email to