Skip to content

Commit be8bc2d

Browse files
committed
Correct comment
1 parent b79827b commit be8bc2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/org/apache/tomcat/util/net/SSLSupport.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
*/
2525
public interface SSLSupport {
2626
/**
27-
* The Request attribute key for the cipher suite.
27+
* The Request attribute key for the protocol that created the SSL socket. e.g. TLSv1 or TLSv1.2 etc.
2828
*/
2929
String SECURE_PROTOCOL_KEY = "jakarta.servlet.request.secure_protocol";
3030

31-
3231
/**
3332
* The Request attribute key for the cipher suite.
3433
*/

0 commit comments

Comments
 (0)