[java-opensaml] branch maint-4 updated: Omit logging of pointer.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 14 19:06:16 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=a9924ebb1e47059e239ab3a86ad06409c7becd38
The following commit(s) were added to refs/heads/maint-4 by this push:
new a9924ebb1 Omit logging of pointer.
a9924ebb1 is described below
commit a9924ebb1e47059e239ab3a86ad06409c7becd38
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 d01cc775c..ee50131c6 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
@@ -147,8 +147,7 @@ public class SAMLAddAttributeConsumingServiceHandler extends AbstractMessageHand
}
if (null == acs) {
if (requestedAttributes != null && !requestedAttributes.isEmpty()) {
- log.debug("{} Creating AttributeConsumingService with requested Attributes {}",
- getLogPrefix(), requestedAttributes);
+ log.debug("{} Creating AttributeConsumingService around RequestedAttributes", getLogPrefix());
acs = attributeConsumingServiceFromRequestedAttributes();
} else {
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