[java-shib-attribute] branch main updated (9852b77c4 -> 677f2a628)

Rod Widdowson rdw at steadingsoftware.com
Tue Apr 22 09:21:14 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch main
in repository java-shib-attribute.

    from 9852b77c4 IDP-2375 Aliased decoded IdPAttributes are lost during subsequent use
     new ce453cd96 JSATTR-44 IdPAttribute.hashCode() take the has over the values and id, whereas IdPAttribute.equals only looks at the id
     new 90a2f3b07 IDP-2375 Aliased decoded IdPAttributes are lost during subsequent use
     new 677f2a628 IDP-2375 Aliased decoded IdPAttributes are lost during subsequent use

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../net/shibboleth/idp/attribute/IdPAttribute.java |  6 +-
 .../idp/attribute/IdPAttributeSupport.java         | 88 ++++++++++++++++++++++
 .../idp/attribute/context/AttributeContext.java    | 80 +++-----------------
 .../idp/attribute/AttributeContextTest.java        | 29 ++++++-
 .../filter/context/AttributeFilterContext.java     | 45 +++--------
 .../attribute/filter/BaseBridgingClassTester.java  |  8 +-
 .../filter/context/AttributeFilterContextTest.java | 19 ++++-
 .../attribute/filter/impl/AttributeFilterImpl.java |  2 +-
 .../impl/TargettedAttributeValueFilterTest.java    | 18 ++---
 .../impl/UntargettedAttributeValueFilterTest.java  | 12 +--
 .../filter/impl/AttributeFilterImplTest.java       | 20 ++---
 .../impl/NumOfAttributeValuesPolicyRuleTest.java   |  2 +-
 .../filter/tests/AttributeFilterPolicyTest.java    |  6 +-
 .../tests/AttributeValueFilterPolicyTest.java      |  5 +-
 .../filter/spring/AttributeFilterServiceTest.java  | 10 +--
 .../filter/spring/basic/ScriptedTest.java          |  8 +-
 .../matcher/AttributeValueMatcherParserTest.java   | 24 +++---
 .../policy/AttributeRequesterRuleParserTest.java   |  4 +-
 .../policy/ProxiedRequesterRuleParserTest.java     |  2 +-
 19 files changed, 222 insertions(+), 166 deletions(-)
 create mode 100644 shib-attribute-api/src/main/java/net/shibboleth/idp/attribute/IdPAttributeSupport.java

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


More information about the commits mailing list