[java-opensaml] branch main updated: Lower log level on failed name checks.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 18 13:47:56 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=f46d1c103c70f8e64ff47d443eaf9c36e672a4bb
The following commit(s) were added to refs/heads/main by this push:
new f46d1c103 Lower log level on failed name checks.
f46d1c103 is described below
commit f46d1c103c70f8e64ff47d443eaf9c36e672a4bb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 18 09:47:48 2020 -0400
Lower log level on failed name checks.
---
.../opensaml/security/x509/impl/BasicX509CredentialNameEvaluator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/BasicX509CredentialNameEvaluator.java b/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/BasicX509CredentialNameEvaluator.java
index 3fa9b6415..b8b107fb6 100644
--- a/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/BasicX509CredentialNameEvaluator.java
+++ b/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/BasicX509CredentialNameEvaluator.java
@@ -294,7 +294,7 @@ public class BasicX509CredentialNameEvaluator implements X509CredentialNameEvalu
}
}
- log.error("Credential failed name check: {}", X509Support.getIdentifiersToken(credential, x500DNHandler));
+ log.info("Credential failed name check: {}", X509Support.getIdentifiersToken(credential, x500DNHandler));
return false;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list