This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 4b66d308b3 changeit is the default password on Tomcat 11 and earlier 4b66d308b3 is described below commit 4b66d308b3ea02680496a6ecc61bc703cd78f6fe Author: remm <r...@apache.org> AuthorDate: Thu Nov 14 16:26:28 2024 +0100 changeit is the default password on Tomcat 11 and earlier As a result, it will not get saved. --- test/org/apache/catalina/storeconfig/TestStoreConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/storeconfig/TestStoreConfig.java b/test/org/apache/catalina/storeconfig/TestStoreConfig.java index b80155047e..01baa0add7 100644 --- a/test/org/apache/catalina/storeconfig/TestStoreConfig.java +++ b/test/org/apache/catalina/storeconfig/TestStoreConfig.java @@ -77,7 +77,7 @@ public class TestStoreConfig extends TomcatBaseTest { new org.apache.tomcat.util.net.SSLHostConfigCertificate(tc_SSLHostConfig_22, org.apache.tomcat.util.net.SSLHostConfigCertificate.Type.RSA); tc_SSLHostConfigCertificate_23.setCertificateKeystoreFile("conf/localhost-rsa.jks"); - tc_SSLHostConfigCertificate_23.setCertificateKeystorePassword("changeit"); + tc_SSLHostConfigCertificate_23.setCertificateKeystorePassword("mypassword"); tc_SSLHostConfig_22.addCertificate(tc_SSLHostConfigCertificate_23); tomcat.getConnector().addSslHostConfig(tc_SSLHostConfig_22); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org