[java-shib-attribute] branch main updated: Log nit.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 17 19:51:34 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=a363d3c108ed406c9831291c6bd89cbc0a53d0c5
The following commit(s) were added to refs/heads/main by this push:
new a363d3c10 Log nit.
a363d3c10 is described below
commit a363d3c108ed406c9831291c6bd89cbc0a53d0c5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 17 15:51:32 2025 -0400
Log nit.
---
.../shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java b/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java
index b14de13f3..131fb304b 100644
--- a/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java
+++ b/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java
@@ -132,11 +132,11 @@ public class AttributeFilterImpl extends AbstractIdentifiableInitializableCompon
} else {
final List<IdPAttributeValue> values = entry.getValue().getValues();
if (values.isEmpty()) {
- log.debug("{} Attribute {} had not valuues", getLogPrefix(), entry.getKey());
+ log.debug("{} Attribute {} had no valuues", getLogPrefix(), entry.getKey());
} else {
- log.debug("{} adding {} values for attribute '{}'", getLogPrefix(),
- values.size(), entry.getKey());
- log.trace("{} values {} ", getLogPrefix(), values);
+ log.debug("{} Adding {} values for attribute '{}'", getLogPrefix(), values.size(),
+ entry.getKey());
+ log.trace("{} Values {} ", getLogPrefix(), values);
workContext.addPermittedIdPAttributeValues(entry.getKey(), values);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list