spmallette commented on code in PR #3456: URL: https://github.com/apache/tinkerpop/pull/3456#discussion_r3423704690
########## CHANGELOG.asciidoc: ########## @@ -59,6 +58,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Modified HTTP API to expect gremlin-lang strings for parameters and update all GLVs to send requests in new format. * Added string parameter parsing to `GremlinServer` to prevent traversal injection and excessive nesting depths. * Modified all GLVs to detect unsupported types in `GremlinLang` and throw consistent error for that case. +* Relaxed `GValue` name validation by removing the reserved leading underscore restriction. Review Comment: didn't this PR do a bit more than just this? -- 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]
