[java-identity-provider] branch master updated (2b48c22 -> d5378c3)
Rod Widdowson
rdw at steadingsoftware.com
Sun Apr 19 10:54:20 EDT 2020
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 2b48c22 IDP-1593 Widen testing for null strings in ACSUiInfo.
new 84adada IDP-1593 Tests for weird ServiceName/ServiceDescription elements
new 9539d80 IDP-1593 Fix logging in previous
new f1b6901 IDP-1593 Test and fix null-ness in Organization
new d5378c3 IDP-1593 Test and fix null-ness in UIInfo
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:
.../shibboleth/idp/saml/metadata/ACSUIInfo.java | 4 +--
.../shibboleth/idp/saml/metadata/IdPUIInfo.java | 20 +++++++++++--
.../idp/saml/metadata/OrganizationUIInfo.java | 12 ++++++--
.../idp/saml/metadata/ACSUIInfoTest.java | 19 +++++++++---
.../idp/saml/metadata/IdPUIInfoTest.java | 21 ++++++++++---
.../idp/saml/metadata/OrganizationUIInfoTest.java | 18 +++++++++--
.../idp/saml/metadata/ScopesContainerTest.java | 1 +
.../resources/{ACSUIInfo.xml => ACSUIInfoBad.xml} | 5 ++--
.../src/test/resources/OrganizationUIInfoBad.xml | 18 +++++++++++
idp-saml-api/src/test/resources/UIInfoBad.xml | 35 ++++++++++++++++++++++
10 files changed, 133 insertions(+), 20 deletions(-)
copy idp-saml-api/src/test/resources/{ACSUIInfo.xml => ACSUIInfoBad.xml} (74%)
create mode 100644 idp-saml-api/src/test/resources/OrganizationUIInfoBad.xml
create mode 100644 idp-saml-api/src/test/resources/UIInfoBad.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list