This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 9f294ddc50 changeit is the default password on Tomcat 11 and earlier 9f294ddc50 is described below commit 9f294ddc5010c0c33390f784ccd2e5473d6579eb 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