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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]