[ https://issues.apache.org/jira/browse/TINKERPOP-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783846#comment-17783846 ]
ASF GitHub Bot commented on TINKERPOP-2830: ------------------------------------------- ryn5 commented on code in PR #2328: URL: https://github.com/apache/tinkerpop/pull/2328#discussion_r1385828923 ########## gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/handler/HttpGremlinRequestEncoder.java: ########## @@ -27,8 +27,7 @@ import io.netty.handler.codec.http.HttpHeaderNames; import io.netty.handler.codec.http.HttpMethod; import io.netty.handler.codec.http.HttpVersion; -import org.apache.tinkerpop.gremlin.driver.MessageSerializer; -import org.apache.tinkerpop.gremlin.driver.Tokens; +import org.apache.tinkerpop.gremlin.driver.*; Review Comment: Fixed ########## gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java: ########## @@ -25,8 +25,7 @@ import nl.altindag.log.LogCaptor; import org.apache.commons.configuration2.BaseConfiguration; import org.apache.commons.configuration2.Configuration; -import org.apache.tinkerpop.gremlin.server.channel.UnifiedChannelizer; -import org.apache.tinkerpop.gremlin.server.channel.WebSocketChannelizer; +import org.apache.tinkerpop.gremlin.server.channel.*; Review Comment: Fixed > Handle User-Agent from HTTP Requests to server > ---------------------------------------------- > > Key: TINKERPOP-2830 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2830 > Project: TinkerPop > Issue Type: Improvement > Components: server > Affects Versions: 3.5.4 > Reporter: Cole Greer > Priority: Critical > > Changes are being introduced in > [2480|https://issues.apache.org/jira/browse/TINKERPOP-2480] which add a user > agent which is sent as a request header during web socket handshakes. > Originally 2480 was planned to also include the server accepting user agents > from http requests but this has now fallen outside of the scope. This ticket > is to complete the user agent feature by adding the ability for the server to > accept user agents in http requests in addition to web sockets. -- This message was sent by Atlassian Jira (v8.20.10#820010)