This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c65807659 Make (Connection)Handler accessible through API from 
AbstractProtocol#getHandler to ultimately access RequestGroupInfo (getGlobal)
9c65807659 is described below

commit 9c6580765951a52ea37e585f0f0a5900d7aa74b5
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Sat Mar 23 21:19:31 2024 +0100

    Make (Connection)Handler accessible through API from 
AbstractProtocol#getHandler to ultimately access RequestGroupInfo (getGlobal)
---
 java/org/apache/coyote/AbstractProtocol.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/AbstractProtocol.java 
b/java/org/apache/coyote/AbstractProtocol.java
index f8f35876b7..a194b6e145 100644
--- a/java/org/apache/coyote/AbstractProtocol.java
+++ b/java/org/apache/coyote/AbstractProtocol.java
@@ -466,7 +466,7 @@ public abstract class AbstractProtocol<S> implements 
ProtocolHandler, MBeanRegis
     }
 
 
-    protected Handler<S> getHandler() {
+    public Handler<S> getHandler() {
         return handler;
     }
 


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

Reply via email to