You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/12/03 18:58:11 UTC

[GitHub] [tomcat] markt-asf commented on a change in pull request #380: Fix BZ 64110 - request attr for requested ciphers and protocols

markt-asf commented on a change in pull request #380:
URL: https://github.com/apache/tomcat/pull/380#discussion_r535499222



##########
File path: java/org/apache/catalina/util/TLSUtil.java
##########
@@ -38,6 +38,8 @@ public static boolean isTLSRequestAttribute(String name) {
                 Globals.KEY_SIZE_ATTR.equals(name)  ||
                 Globals.SSL_SESSION_ID_ATTR.equals(name) ||
                 Globals.SSL_SESSION_MGR_ATTR.equals(name) ||
-                SSLSupport.PROTOCOL_VERSION_KEY.equals(name);
+                SSLSupport.PROTOCOL_VERSION_KEY.equals(name) ||
+                SSLSupport.REQUESTED_PROTOCOL_VERSIONS_KEY.equals(name) ||
+                SSLSupport.REQUESTED_CIPHERS_KEY.equals(name);

Review comment:
       Will do.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org