[java-identity-provider] branch master updated (683be3a -> cf072ef)

Rod Widdowson rdw at steadingsoftware.com
Wed Jul 3 08:19:01 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  683be3a   IDP-1421 - CAS actions should avoid raising runtime exceptions
       new  ba12972   IDP-1450 Disallow empty attributes in the SEC schema
       new  42c7cbd   IDP-1450 Better handling of null properties in Mapped Attribute Definitions
       new  cf072ef   IDP-1450 Disallow empty attributes in the resolver schema

The 3 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:
 .../ad/mapped/impl/MappedAttributeDefinition.java  |   6 +-
 .../resolver/ad/mapped/impl/SourceValue.java       |  10 +-
 .../resolver/ad/mapped/impl/SourceValueTest.java   |   3 -
 .../impl/MappedAttributeDefinitionParser.java      |   2 +-
 .../spring/ad/mapped/impl/SourceValueParser.java   |  18 +-
 .../MappedAttributeDefinitionParserTest.java       |   9 +
 .../spring/ad/mapped/SourceValueParserTest.java    |  16 ++
 .../ad/mapped/resolver/{mapped.xml => empty.xml}   |   2 +-
 ...alueDeprecated.xml => sourceValueEmptyCase.xml} |   2 +-
 ...eDeprecated.xml => sourceValueEmptyPartial.xml} |   2 +-
 .../schema/shibboleth-attribute-resolver.xsd       | 316 +++++++++++----------
 .../main/resources/schema/shibboleth-security.xsd  |  48 ++--
 12 files changed, 236 insertions(+), 198 deletions(-)
 copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/mapped/resolver/{mapped.xml => empty.xml} (90%)
 copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/mapped/resolver/{sourceValueDeprecated.xml => sourceValueEmptyCase.xml} (87%)
 copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/mapped/resolver/{sourceValueDeprecated.xml => sourceValueEmptyPartial.xml} (82%)

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


More information about the commits mailing list