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 3f7b86326b Use constant
3f7b86326b is described below

commit 3f7b86326bfb46c32e1ad692100ac542a77e6dec
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 08d7e7f53c..8d163b2391 100644
--- a/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
+++ b/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java
@@ -84,7 +84,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