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

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

commit 2ac9660b4c995018b2ccc7abc6ee0a914c4f1fec
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 f1548a594a..2da827d3bc 100644
--- a/java/org/apache/catalina/startup/Tomcat.java
+++ b/java/org/apache/catalina/startup/Tomcat.java
@@ -838,7 +838,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