[java-identity-provider] branch main updated: Raise log level on message.
Codeberg
noreply at shibboleth.net
Thu Mar 12 12:26:31 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/d25a27ade94f04e7f66e58b33cb15a1e035bfe32
The following commit(s) were added to refs/heads/main by this push:
new d25a27ade Raise log level on message.
d25a27ade is described below
commit d25a27ade94f04e7f66e58b33cb15a1e035bfe32
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 12 08:26:19 2026 -0400
Raise log level on message.
---
.../shibboleth/idp/consent/logic/impl/IsAttributeRequiredPredicate.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/logic/impl/IsAttributeRequiredPredicate.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/logic/impl/IsAttributeRequiredPredicate.java
index 0bba15e64..00f959597 100644
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/logic/impl/IsAttributeRequiredPredicate.java
+++ b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/logic/impl/IsAttributeRequiredPredicate.java
@@ -112,7 +112,7 @@ public class IsAttributeRequiredPredicate implements Predicate<IdPAttribute> {
final List<AttributesMapContainer> maps = acs.getObjectMetadata().get(AttributesMapContainer.class);
if (maps != null && !maps.isEmpty()) {
if (maps.size() > 1) {
- log.warn("More than one set of mapped attributes found, using the first.");
+ log.error("More than one set of mapped attributes found, using the first.");
}
return maps.get(0).get();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list