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 26d8d555b2 Use constant
26d8d555b2 is described below

commit 26d8d555b25e6174d413636172be448d106ce16d
Author: remm <[email protected]>
AuthorDate: Fri Oct 10 10:52:09 2025 +0200

    Use constant
---
 java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java 
b/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
index d54576cf10..ed23d4ddd9 100644
--- a/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
+++ b/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
@@ -86,7 +86,7 @@ public class SSLHostConfigCertificate implements Serializable 
{
     private StoreType storeType = null;
 
     public SSLHostConfigCertificate() {
-        this(null, Type.UNDEFINED);
+        this(null, DEFAULT_TYPE);
     }
 
     public SSLHostConfigCertificate(SSLHostConfig sslHostConfig, Type type) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to