xiaoyuyao commented on a change in pull request #3016:
URL: https://github.com/apache/hadoop/pull/3016#discussion_r634593315
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/SSLFactory.java
##########
@@ -99,7 +101,13 @@
public static final String SSL_SERVER_EXCLUDE_CIPHER_LIST =
"ssl.server.exclude.cipher.list";
- public static final String SSLCERTIFICATE = IBM_JAVA?"ibmX509":"SunX509";
+ public static final String KEY_MANAGER_SSLCERTIFICATE =
Review comment:
Yes. That's my understanding too. We will have to add checkstyle
exceptions if we want to keep the unused constants.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]