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 2a8facaefd Correct comment
2a8facaefd is described below
commit 2a8facaefd7626021f226702e3af5aca8dbb7930
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 9 19:01:29 2026 +0000
Correct comment
---
java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
b/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
index 03197b1ced..2bc6d45dd4 100644
--- a/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
+++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java
@@ -328,7 +328,7 @@ public class OpenSSLContext implements
org.apache.tomcat.util.net.SSLContext {
SSLContext.clearOptions(ctx, SSL.SSL_OP_NO_TICKET);
}
- // List the ciphers that the client is permitted to negotiate
+ // Configure the ciphers that the client is permitted to negotiate
SSLContext.setCipherSuite(ctx, sslHostConfig.getCiphers());
// If there is no certificate file must be using a KeyStore so a
KeyManager is required.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]