[java-identity-provider] branch master updated (4771a43 -> 77674f1)
Rod Widdowson
rdw at steadingsoftware.com
Fri Sep 13 04:52:08 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 4771a43 IDP-1476 - Need a filter to append SameSite to cookies
new 911fdb0 IDP-1181 Test FastFail behavior - Stored DataConnector
new 77674f1 IDP-1181 add failFast to LDAP/RDBMS/HTTP data connectors
The 2 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:
.../resolver/dc/NonFailFastValidator.java | 19 ++++++++
.../idp/attribute/resolver/dc/Validator.java | 18 ++++++-
.../resolver/dc/http/impl/HTTPDataConnector.java | 7 +++
.../dc/impl/AbstractSearchDataConnector.java | 18 ++++++-
.../dc/ldap/impl/ConnectionFactoryValidator.java | 18 ++-----
.../resolver/dc/ldap/impl/LDAPDataConnector.java | 6 ++-
.../dc/rdbms/impl/DataSourceValidator.java | 18 ++-----
.../resolver/dc/rdbms/impl/RDBMSDataConnector.java | 5 +-
.../spring/dc/AbstractDataConnectorParser.java | 12 +++++
.../failfast/AttributeResolverFailFastTest.java | 57 +++++++++++++++++-----
.../idp/attribute/resolver/failfast/RdbmsStore.sql | 25 ++++++++++
.../resolver/failfast/attributeResolverLDAP.xml | 1 +
.../resolver/failfast/attributeResolverRDBMS.xml | 1 +
...solverRDBMS.xml => attributeResolverStored.xml} | 25 +++++-----
.../schema/shibboleth-attribute-resolver.xsd | 22 ++++++++-
15 files changed, 198 insertions(+), 54 deletions(-)
create mode 100644 idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/RdbmsStore.sql
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/{attributeResolverRDBMS.xml => attributeResolverStored.xml} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list