xiazcy opened a new pull request, #1705:
URL: https://github.com/apache/tinkerpop/pull/1705

   A fix to the error message on session close reported in 
https://issues.apache.org/jira/browse/TINKERPOP-2735. 
   
   Session `close` request will output `Unrecognized content` error message in 
3.5.x server, the fix is in 3.6.0 where `UnifiedHandler` has an added 
[check](https://github.com/apache/tinkerpop/blob/225035c0b943a532152073da393cdb466b311693/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/handler/UnifiedHandler.java#L141)
 to handle close requests, whereas the 3.5.x server does not, and that causes 
the request to fall through into the exception 
[here](https://github.com/apache/tinkerpop/blob/287499e207faef9bea28ec20234026e132b63d33/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/handler/AbstractSession.java#L844)
 with a null content type for the gremlin args field. 
   
   This PR backports that check in 3.6 for `close` requests into 3.5-dev


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to