[java-identity-provider] branch master updated (0a1e507 -> 54aecc3)
Rod Widdowson
rdw at steadingsoftware.com
Tue Apr 17 11:14:32 EDT 2018
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 0a1e507 Missing compile dependency.
new 5ebb8bc IdP-1206 AttributeResolver: Optional filtering of null values after resolution
new 9b83c02 IdP-1206 IdPAttribute: Don't silently filter null values
new bd719f4 IdP-1206 Resolver Config: Optional filtering of null values after resolution
new 54aecc3 IdP-1206 Config: property control of stripping nulls from resolver attributes
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:
.../net/shibboleth/idp/attribute/IdPAttribute.java | 35 +++++--
.../resolver/impl/AttributeResolverImpl.java | 73 +++++++++++----
.../resolver/impl/AttributeResolverImplTest.java | 43 ++++++++-
.../resolver/impl/dc/scriptedConnector.js | 3 -
.../resolver/impl/dc/v8/scriptedConnector.js | 3 -
.../impl/AttributeResolverServiceStrategy.java | 31 +++++--
.../resolver/spring/AttributeResolverTest.java | 101 ++++++++++++---------
.../spring/dc/StaticDataConnectorParserTest.java | 8 +-
.../spring/dc/resolver/scriptedAttributes.xml | 1 -
.../resolver/spring/dc/scriptedAttributes.xml | 2 -
.../resolver/spring/dc/scriptedConnector.8.js | 3 -
.../resolver/spring/dc/staticAttributesNative.xml | 5 +-
.../spring/{service.xml => serviceNullStrip.xml} | 3 +-
.../src/main/resources/conf/services.properties | 1 +
.../main/resources/system/conf/services-system.xml | 1 +
15 files changed, 215 insertions(+), 98 deletions(-)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/{service.xml => serviceNullStrip.xml} (96%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list