[java-identity-provider] branch master updated (57399da -> 1b0dba0)
Rod Widdowson
rdw at steadingsoftware.com
Thu Jun 20 08:40:51 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository java-identity-provider.
from 57399da Refactor guages to allow better handling of late initializing services.
new 0de5d1a IDP-1450 TDD: Tests for various nasty attribute value cases
new 8515f14 IDP-1450 Disallow empty attributes in the AFP schema
new 6204395 IDP-1450 TDD: Further empty attribute Attribute Filter Tests
new 1b0dba0 IDP-1450 TDD: Fix empty/just space attribute in Attribute Filter
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../filter/matcher/impl/AbstractStringMatcher.java | 14 +++-
.../saml/impl/AttributeInMetadataMatcher.java | 14 ++--
.../impl/AbstractEntityAttributePolicyRule.java | 7 +-
.../AttributeRequesterInEntityGroupPolicyRule.java | 23 +++++--
.../matcher/impl/AbstractStringMatcherParser.java | 5 +-
.../impl/AbstractEntityAttributeRuleParser.java | 11 +--
.../AttributeRequesterInEntityGroupRuleParser.java | 5 +-
.../impl/MappedAttributeInMetadataRuleParser.java | 9 +--
.../spring/BaseAttributeFilterParserTest.java | 46 +++++++++++--
.../matcher/AttributeValueMatcherParserTest.java | 32 +++++++++
...teIssuerEntityAttributeExactRuleParserTest.java | 10 +++
...ributeRequesterInEntityGroupRuleParserTest.java | 18 ++++-
.../MappedAttributeInMetadataRuleParserTest.java | 35 +++++++---
...on.xml => attributeValueEmptyCaseSensitive.xml} | 5 +-
...xml => attributeValuePropertyCaseSensitive.xml} | 4 +-
.../attribute/filter/matcher/mappedInMetadata.xml | 4 +-
.../policyrule/{issuerEA2.xml => issuerEA3.xml} | 2 +-
.../attribute/filter/policyrule/requesterEG2.xml | 2 +-
idp-conf/src/main/resources/conf/logback.xml | 4 +-
.../src/main/resources/schema/shibboleth-afp.xsd | 80 ++++++++++++----------
20 files changed, 240 insertions(+), 90 deletions(-)
copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/{andSingleton.xml => attributeValueEmptyCaseSensitive.xml} (72%)
copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/{andSingleton.xml => attributeValuePropertyCaseSensitive.xml} (75%)
copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/{issuerEA2.xml => issuerEA3.xml} (88%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list