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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]