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

remm 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 cb570444c1 Add OpenSSL listener to the silent list
cb570444c1 is described below

commit cb570444c1eace2dcccf7bd27a5fba36978561d3
Author: remm <r...@apache.org>
AuthorDate: Mon Apr 22 16:52:18 2024 +0200

    Add OpenSSL listener to the silent list
    
    It does the same thing as the APR one.
---
 java/org/apache/catalina/startup/Tomcat.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/startup/Tomcat.java 
b/java/org/apache/catalina/startup/Tomcat.java
index 0932474c24..46f20b8e4b 100644
--- a/java/org/apache/catalina/startup/Tomcat.java
+++ b/java/org/apache/catalina/startup/Tomcat.java
@@ -839,7 +839,8 @@ public class Tomcat {
     static final String[] silences =
             new String[] { "org.apache.coyote.http11.Http11NioProtocol", 
"org.apache.catalina.core.StandardService",
                     "org.apache.catalina.core.StandardEngine", 
"org.apache.catalina.startup.ContextConfig",
-                    "org.apache.catalina.core.ApplicationContext", 
"org.apache.catalina.core.AprLifecycleListener" };
+                    "org.apache.catalina.core.ApplicationContext", 
"org.apache.catalina.core.AprLifecycleListener",
+                    "org.apache.catalina.core.OpenSSLLifecycleListener" };
 
     private boolean silent = false;
 


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

Reply via email to