Github user robertdale commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/784#discussion_r163529843
  
    --- Diff: docs/src/dev/io/graphson.asciidoc ---
    @@ -187,8 +180,7 @@ file.withWriter { writer ->
       writer.write(toJson(msg, "Sessionless Eval", "The following 
`RequestMessage` is an example of a sessionless request for a script evaluation 
with an alias that binds the `TraversalSource` of \"g\" to \"social\"."))
     
       writer.write("\n")
    -  writer.write("ResponseMessage\n")
    -  writer.write("~~~~~~~~~~~~~~~\n\n")
    +  writer.write("=== ResponseMessage\n\n")
       msg = 
ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
                             
code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.AUTHENTICATE).create()
       writer.write(toJson(msg, "Authentication Challenge", "When 
authentication is enabled, an initial request to the server will result in an 
authentication challenge. The typical response message will appear as follows, 
but handling it could be different dependending on the SASL implementation 
(e.g. multiple challenges maybe requested in some cases, but no in the default 
provided by Gremlin Server)."))
    --- End diff --
    
    /no/not/
    /maybe/may be/


---

Reply via email to