This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 7b341f6292 Make (Connection)Handler accessible through API from
AbstractProtocol#getHandler to ultimately access RequestGroupInfo (getGlobal)
7b341f6292 is described below
commit 7b341f6292222b28d5f4b4f739c8f52eeaf6cb7b
Author: Romain Manni-Bucau <[email protected]>
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 4434e21800..330f0fb829 100644
--- a/java/org/apache/coyote/AbstractProtocol.java
+++ b/java/org/apache/coyote/AbstractProtocol.java
@@ -496,7 +496,7 @@ public abstract class AbstractProtocol<S> implements
ProtocolHandler, MBeanRegis
}
- protected Handler<S> getHandler() {
+ public Handler<S> getHandler() {
return handler;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]