We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79827b commit be8bc2dCopy full SHA for be8bc2d
java/org/apache/tomcat/util/net/SSLSupport.java
@@ -24,11 +24,10 @@
24
*/
25
public interface SSLSupport {
26
/**
27
- * 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.
28
29
String SECURE_PROTOCOL_KEY = "jakarta.servlet.request.secure_protocol";
30
31
-
32
33
* The Request attribute key for the cipher suite.
34
0 commit comments