[java-shib-attribute] branch main updated: JSATTR-24 - EntityAttributes trigger IdPAttribute ID format warning

Scott Cantor cantor.2 at osu.edu
Fri Mar 15 13:28:11 UTC 2024


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=3ff253312ac1f88a01038d1ed8f437a878d5920e

The following commit(s) were added to refs/heads/main by this push:
     new 3ff253312 JSATTR-24 - EntityAttributes trigger IdPAttribute ID format warning
3ff253312 is described below

commit 3ff253312ac1f88a01038d1ed8f437a878d5920e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 15 09:28:03 2024 -0400

    JSATTR-24 - EntityAttributes trigger IdPAttribute ID format warning
    
    https://shibboleth.atlassian.net/browse/JSATTR-24
    
    For now, backing out earlier change.
---
 .../src/main/java/net/shibboleth/idp/attribute/IdPAttribute.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPAttribute.java b/shib-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPAttribute.java
index d3698e51f..2c9fcc8bb 100644
--- a/shib-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPAttribute.java
+++ b/shib-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPAttribute.java
@@ -78,7 +78,7 @@ public class IdPAttribute implements Comparable<IdPAttribute>, Cloneable {
             // Issue a deprecation warning once but log more in debug and trace to help fixing
             DeprecationSupport.warnOnce(ObjectType.CONFIGURATION,
                     "IdPAttribute",
-                    "IdPAttribute id with special characters (\'\"%-{})", null);
+                    "IdPAttribute id with special characters (\'\"%{})", null);
             LOG.debug("{} - deprecated character in attribute name", id);
             LOG.trace("Stack", new Exception("Stack Trace, not a thrown exception:"));
         }

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


More information about the commits mailing list