[java-opensaml] branch main updated: OSJ-327: PKIXX509CredentialTrustEngine 2-arg ctor has error in this() ...

Brent Putman putmanb at georgetown.edu
Sat Oct 31 00:53:11 UTC 2020


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=b4ac3d7f78a58080df2acf18c946258cc3f0cba9

The following commit(s) were added to refs/heads/main by this push:
       new  b4ac3d7f7 OSJ-327: PKIXX509CredentialTrustEngine 2-arg ctor has error in this() ...
b4ac3d7f7 is described below

commit b4ac3d7f78a58080df2acf18c946258cc3f0cba9
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Oct 30 20:53:10 2020 -0400

    OSJ-327: PKIXX509CredentialTrustEngine 2-arg ctor has error in this()
    ...
    
    PKIXX509CredentialTrustEngine 2-arg ctor has error in this() call.
---
 .../org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java b/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java
index e4406fa4c..340d6d7ed 100644
--- a/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java
+++ b/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java
@@ -77,7 +77,7 @@ public class PKIXX509CredentialTrustEngine implements PKIXTrustEngine<X509Creden
     public PKIXX509CredentialTrustEngine(
             @Nonnull @ParameterName(name="resolver") final PKIXValidationInformationResolver resolver,
             @Nullable @ParameterName(name="nameEvaluator") final X509CredentialNameEvaluator nameEvaluator) {
-        this(resolver, new CertPathPKIXTrustEvaluator(), null);
+        this(resolver, new CertPathPKIXTrustEvaluator(), nameEvaluator);
     }
     
     /**

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list