[java-identity-provider] branch maint-3.3 updated (2814ea8 -> 5bfe858)
Scott Cantor
cantor.2 at osu.edu
Tue Sep 26 12:41:10 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch maint-3.3
in repository java-identity-provider.
from 2814ea8 Fix unit test checked in with DOS line endings.
new 7e4ea9b Add defensive warning if inbound flows are cleared.
new acc214d Add constructor argument to suppress Spring warning.
new 669090c Fix typo in message.
new c586414 Javadoc typo.
new b52062b Fix a typo.
new 7be56b2 IDP-1165 Bark more loudly if the to-be-encoded type mismatches.
new d87df96 IDP-1165 Warn on Lossy encoding of scoped attributes as strings.
new 3748950 Add a defensive check against an empty NameID.
new ed61a2c IDP-1169 - Remote User Subject Attribute Logging
new bf58f6a IDP-1174 - IdP V3 Installation on Windows GUI
new d03c1a2 Include JAAS config name in success/failure logging.
new 2e92956 IDP-1185 - Change expression parsing in MVC view creator
new dac4df1 Bit of log cleanup.
new 2205c9f Fix a test which was still using junit
new 251ee83 IDP-1207 - donotcache ignored on forceauthn
new 5bfe858 IDP-1214 - Timestamp doesn't have configurable date handling
The 16 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:
.../SubjectDerivedAttributeValuesFunction.java | 2 +-
.../resolver/ad/mapped/impl/ValueMap.java | 8 ++---
.../idp/authn/impl/RemoteUserAuthServlet.java | 2 +-
.../impl/ValidateUsernamePasswordAgainstJAAS.java | 10 +++---
.../src/main/resources/conf/c14n/subject-c14n.xml | 2 +-
.../main/resources/system/conf/webflow-config.xml | 3 +-
.../system/flows/admin/admin-abstract-beans.xml | 2 ++
.../system/flows/cas/cas-abstract-beans.xml | 2 ++
.../flows/intercept/attribute-release-beans.xml | 2 ++
.../system/flows/intercept/terms-of-use-beans.xml | 2 ++
.../resources/system/flows/logout/logout-beans.xml | 2 ++
.../flows/logout/logout-propagation-beans.xml | 5 ++-
.../system/flows/saml/saml-abstract-beans.xml | 2 ++
idp-conf/src/main/resources/views/login.vm | 4 +++
.../src/main/wix/ShibbolethIdP-install-dlg.wxs | 4 +--
.../idp/profile/audit/impl/WriteAuditLog.java | 36 +++++++++++++++++++-
.../BasicX509CredentialFactoryBeanTest.java | 8 ++---
.../encoding/AbstractSAMLAttributeEncoder.java | 6 ++--
.../config/AbstractSAMLProfileConfiguration.java | 17 ++++++++++
.../encoding/impl/SAML1StringAttributeEncoder.java | 13 +++++++-
.../encoding/impl/SAML2StringAttributeEncoder.java | 11 +++++++
.../messaging/impl/LibertyHTTPSOAP11Decoder.java | 2 +-
.../saml2/profile/impl/ProcessLogoutRequest.java | 4 +++
.../impl/SAML1StringAttributeEncoderTest.java | 38 +++++++---------------
.../impl/SAML2StringAttributeEncoderTest.java | 38 +++++++---------------
.../idp/session/impl/StorageBackedIdPSession.java | 2 +-
26 files changed, 149 insertions(+), 78 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list