This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 5d6ad5c000 changeit is the default password on Tomcat 11 and earlier
5d6ad5c000 is described below
commit 5d6ad5c00036ac9162e61c4e26948afb732b8136
Author: remm <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]