You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/03/20 22:04:28 UTC

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #806: [LOG4J2-3439] Corrects default SSL configuration

garydgregory commented on a change in pull request #806:
URL: https://github.com/apache/logging-log4j2/pull/806#discussion_r830679706



##########
File path: log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.java
##########
@@ -33,6 +33,8 @@
  * Configuration of the KeyStore
  */
 public class AbstractKeyStoreConfiguration extends StoreConfiguration<KeyStore> {
+    protected static final char[] DEFAULT_PASSWORD = "changeit".toCharArray();

Review comment:
       How about package private to avoid anyone editing the array?




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

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