[java-identity-provider] branch master updated (c0f3f07 -> cfd69c9)

Rod Widdowson rdw at steadingsoftware.com
Thu Apr 11 11:19:37 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  c0f3f07   IDP-1429 Deprecate ignoreCase for SourceValue Parser
       new  23f4886   IDP-1429 The PatternFactoryBean has moved to SpringSupport
       new  cdc183f   IDP-1429 Regexp Filters take a Pattern, not a string
       new  f51bd42   IDP-1429 Add caseSensitive to all regexp filters
       new  cfd69c9   IDP-1429 Final tidy

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:
 .../matcher/impl/AbstractRegexpStringMatcher.java  | 22 +++---
 .../policyrule/impl/AbstractRegexpPolicyRule.java  | 22 +++---
 .../impl/AbstractRegexpStringMatcherTest.java      |  6 +-
 .../impl/AttributeScopeRegexpMatcherTest.java      |  4 +-
 .../impl/AttributeValueRegexpMatcherTest.java      | 11 ++-
 .../attribute/filter/matcher/impl/DataSources.java |  2 +
 .../impl/AttributeIssuerRegexpPolicyRuleTest.java  | 26 +++++--
 .../AttributeRequesterRegexpPolicyRuleTest.java    |  4 +-
 .../impl/PrincipalNameRegexpPolicyRuleTest.java    |  4 +-
 .../impl/ProxiedRequesterRegexpPolicyRuleTest.java |  3 +-
 .../matcher/impl/AbstractRegexMatcherParser.java   | 12 ++-
 .../impl/AbstractRegexPolicyRuleParser.java        | 12 ++-
 .../matcher/AttributeRegexMatcherParserTest.java   | 24 +++++-
 .../AttributeRequesterRegexRuleParserTest.java     | 27 +++++++
 .../attribute/filter/matcher/attributeRegex.xml    |  2 +-
 ...Regex.xml => attributeRegexCaseInsensitive.xml} |  3 +-
 .../filter/policyrule/attributeRegexRequester.xml  |  2 +-
 ... => attributeRegexRequesterCaseInsensitive.xml} |  2 +-
 .../resolver/spring/ad/PatternFactoryBean.java     | 91 ----------------------
 .../impl/RegexSplitAttributeDefinitionParser.java  |  2 +-
 .../src/main/resources/schema/shibboleth-afp.xsd   |  5 ++
 21 files changed, 153 insertions(+), 133 deletions(-)
 copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/{attributeRegex.xml => attributeRegexCaseInsensitive.xml} (71%)
 copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/{attributeRegexRequester.xml => attributeRegexRequesterCaseInsensitive.xml} (89%)
 delete mode 100644 idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/ad/PatternFactoryBean.java

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


More information about the commits mailing list