[java-opensaml] branch main updated: Omit logging of pointer.

Scott Cantor cantor.2 at osu.edu
Mon Feb 27 16:37:12 UTC 2023


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=6165b039b4a864eec869d98fdc65ac904f4344a9

The following commit(s) were added to refs/heads/main by this push:
     new 6165b039b Omit logging of pointer.
6165b039b is described below

commit 6165b039b4a864eec869d98fdc65ac904f4344a9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 27 11:37:09 2023 -0500

    Omit logging of pointer.
---
 .../common/binding/impl/SAMLAddAttributeConsumingServiceHandler.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/SAMLAddAttributeConsumingServiceHandler.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/SAMLAddAttributeConsumingServiceHandler.java
index 1bd202b9c..cb77a24ce 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/SAMLAddAttributeConsumingServiceHandler.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/impl/SAMLAddAttributeConsumingServiceHandler.java
@@ -158,8 +158,7 @@ public class SAMLAddAttributeConsumingServiceHandler extends AbstractMessageHand
         
         if (null == acs) {
             if (requestedAttributes != null && !requestedAttributes.isEmpty()) {
-                log.debug("{} Creating AttributeConsumingService around RequestedAttributes {}", 
-                        getLogPrefix(), requestedAttributes);
+                log.debug("{} Creating AttributeConsumingService around RequestedAttributes", getLogPrefix());
                 acs = attributeConsumingServiceFromRequestedAttributes();
             } else if (ssoDescriptor != null) {
                 log.debug("{} Selecting default AttributeConsumingService, if any", getLogPrefix());

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


More information about the commits mailing list