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

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


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

commit 2373486bc033f74febbeb4fc2b347eb8e5f8a840
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 02f4e3f288..e79698a3e6 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