This is an automated email from the ASF dual-hosted git repository.
markt 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 be8bc2dda6 Correct comment
be8bc2dda6 is described below
commit be8bc2dda6a3094c842b6ed9d769f6fff8b3edc0
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 18 09:42:50 2026 +0000
Correct comment
---
java/org/apache/tomcat/util/net/SSLSupport.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/java/org/apache/tomcat/util/net/SSLSupport.java
b/java/org/apache/tomcat/util/net/SSLSupport.java
index d99c2b82cd..3ac9b815e5 100644
--- a/java/org/apache/tomcat/util/net/SSLSupport.java
+++ b/java/org/apache/tomcat/util/net/SSLSupport.java
@@ -24,11 +24,10 @@ import java.security.cert.X509Certificate;
*/
public interface SSLSupport {
/**
- * The Request attribute key for the cipher suite.
+ * The Request attribute key for the protocol that created the SSL socket.
e.g. TLSv1 or TLSv1.2 etc.
*/
String SECURE_PROTOCOL_KEY = "jakarta.servlet.request.secure_protocol";
-
/**
* The Request attribute key for the cipher suite.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]