[java-opensaml] 08/16: Logging.
Brent Putman
putmanb at georgetown.edu
Fri Sep 21 22:48:46 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f3365e0c0fcf2e8384340e7f50e5aab94af4220b
commit f3365e0c0fcf2e8384340e7f50e5aab94af4220b
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Sep 20 00:56:27 2018 -0400
Logging.
---
.../impl/CheckAndRecordServerTLSEntityAuthenticationtHandler.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/security/impl/CheckAndRecordServerTLSEntityAuthenticationtHandler.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/security/impl/CheckAndRecordServerTLSEntityAuthenticationtHandler.java
index 484cc11..1dfc3fd 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/security/impl/CheckAndRecordServerTLSEntityAuthenticationtHandler.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/security/impl/CheckAndRecordServerTLSEntityAuthenticationtHandler.java
@@ -135,6 +135,7 @@ public class CheckAndRecordServerTLSEntityAuthenticationtHandler extends Abstrac
log.debug("Unable to resolve authenticated entityID");
}
}
+ log.debug("Current authenticated entityID is: {}", entityContext.getEntityId());
} else {
log.debug("HttpClientContext indicates non-successful server TLS");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list