markt-asf commented on code in PR #711:
URL: https://github.com/apache/tomcat/pull/711#discussion_r1636159961


##########
java/org/apache/coyote/AbstractProtocol.java:
##########
@@ -769,7 +769,7 @@ private void logPortOffset() {
 
     // ------------------------------------------- Connection handler base 
class
 
-    protected static class ConnectionHandler<S> implements 
AbstractEndpoint.Handler<S> {
+    public static class ConnectionHandler<S> implements 
AbstractEndpoint.Handler<S> {

Review Comment:
   Why do you need this change? Isn't the change to 'getHandler()' sufficient 
to expose the global request processor?



-- 
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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to