[java-identity-provider] branch dev/JSPT-95 updated (8ed79a8 -> 6f8edfc)
Rod Widdowson
rdw at steadingsoftware.com
Sat Apr 25 10:47:48 EDT 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/JSPT-95
in repository java-identity-provider.
discards 8ed79a8 JSPT-95 Throw some Rhino script tests back into the IdP
discards 7adc5f6 JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
adds de532a4 IDP-1459 - RuntimeException when using CAS and consent
adds fca8467 IDP-1591 - Switched saml1/saml2 names for telephoneNumber transcoding
adds ce31803 IDP-1524 - Refresh scripts used by the installer
adds 907cc25 IDP-1524 - Refresh scripts used by the installer
adds 5b45689 IDP-1437 - CAS: Unicode SMP characters cause invalid XML
adds c13d525 Clean up some POM mistakes.
adds 76faa93 JSPT-80 - Need formal dependency on non-legacy xml-unit
adds 3be3d2a Clean up accidental junit imports.
adds 83c0fc6 Transitive test dependency on xmlunit.
adds f9cf0a8 IDP-1431 - Update CAS comment in idp.properties
adds aebbf49 Eliminate reference to version in comment.
adds 8fe7ac9 IDP-1360 - Spelling Error in Comment
adds 14a6284 Remove duplicated JAXB exclusion.
adds 2b48c22 IDP-1593 Widen testing for null strings in ACSUiInfo.
adds 84adada IDP-1593 Tests for weird ServiceName/ServiceDescription elements
adds 9539d80 IDP-1593 Fix logging in previous
adds f1b6901 IDP-1593 Test and fix null-ness in Organization
adds d5378c3 IDP-1593 Test and fix null-ness in UIInfo
adds f7b95b9 IDP-1382 - Whitelist approach to web resource security contstraint
adds b1cea8a IDP-1594 - AACLI fails if destination URL is audited
adds d827782 JPAR-164 Add the git patch of Maven Javadoc Plugin 3.2.0
adds 6cc43cc Improve warning messages.
new 091040d JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
new 6f8edfc JSPT-95 Throw some Rhino script tests back into the IdP
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8ed79a8)
\
N -- N -- N refs/heads/dev/JSPT-95 (6f8edfc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
.../impl/BuildAuthenticationContextAction.java | 5 ++-
idp-conf/pom.xml | 5 +++
.../resources/conf/attributes/inetOrgPerson.xml | 4 +-
.../src/main/resources/conf/authn/duo.properties | 2 +-
idp-conf/src/main/resources/conf/cas-protocol.xml | 6 +--
idp-conf/src/main/resources/conf/idp.properties | 5 +--
.../main/resources/system/conf/audit-system.xml | 2 +-
.../system/flows/cas/login/login-beans.xml | 10 -----
.../system/flows/cas/login/login-flow.xml | 52 +++++-----------------
.../system/flows/cas/proxy/proxy-flow.xml | 2 +-
.../system/flows/cas/validate-abstract-flow.xml | 2 +-
.../resources/system/views/cas/proxySuccess.vm | 2 +-
.../resources/system/views/cas/validateSuccess.vm | 8 ++--
.../idp/test/flows/cas/LoginFlowTest.java | 20 ++++++++-
idp-distribution/pom.xml | 12 ++++-
idp-distribution/src/main/resources/bin/ant.sh | 8 +---
.../src/main/resources/bin/runclass.sh | 29 ++++++------
idp-parent/pom.xml | 33 --------------
idp-saml-api/pom.xml | 7 +++
.../shibboleth/idp/saml/metadata/ACSUIInfo.java | 10 ++++-
.../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 +++++++++++++++
idp-saml-impl/pom.xml | 12 ++++-
.../impl/EntityAttributesPredicateTest.java | 2 +-
.../idp/ui/csrf/CSRFTokenManagerTest.java | 2 +-
.../idp/ui/csrf/impl/SimpleCSRFTokenTest.java | 2 +-
idp-war/src/main/webapp/WEB-INF/web.xml | 12 ++---
34 files changed, 248 insertions(+), 155 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