This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 0d1fa611f7 Correct comment
0d1fa611f7 is described below
commit 0d1fa611f7e23ce87a38b6f5c43ca4d773ae7c71
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 a05136040b..f6823264d8 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]