[java-identity-provider] branch dev/IDP-1789 updated (b658e744c -> 67585fe1f)
Rod Widdowson
rdw at steadingsoftware.com
Tue Apr 27 09:59:53 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-1789
in repository java-identity-provider.
discards b658e744c IDP-1789 Add option to SimpleAttributeDefinition to drop null or empty values
discards acafcfbce IDP-1789 Add option to SimpleAttributeDefinition to drop null or empty values
adds 086b9684e IDP-1796 - Selection of c14n flow doesn't log enough information
adds 6c26030a7 Add a test for equality override.
adds f4003c656 Fix comment in messages file.
adds ca14ef178 Improve logging on loop detection.
adds b53b8c843 IDP-1799 - X.509 certificate access should check jakarta attribute
adds 68cc64e54 Fix comment at top of file.
adds e5c57094b IDP-1801 - NPEs on invalid enum values in LDAP factory bean
adds 0d05ca0da IDP-1801 - NPEs on invalid enum values in LDAP factory bean
adds fc93526e0 IDP-1803 - Construction of Scoping in AuthnRequests is broken
adds 3bc23709d Clean up deprecation warnings and annotations.
adds c3f5813a3 IDP-1802 - Empty default for idp.persistentId.retryableErrors
adds 740ba8d0b Accidental deprecation/warning on setBrowserLanguageRanges method.
adds a317dca35 Remove dead resource
adds c918cc8bf IDP-1624 Preventing exporting DataConnectors from running during c14n
adds 1452b36c9 IDP-1624 IDP-1804 Fix parser to reflect changed factory method.
new 6633355e0 IDP-1789 Add option to SimpleAttributeDefinition to drop null or empty values
new 67585fe1f IDP-1789 Add option to SimpleAttributeDefinition to drop null or empty values
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 (b658e744c)
\
N -- N -- N refs/heads/dev/IDP-1789 (67585fe1f)
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:
.../resolver/logic/ResolutionLabelPredicate.java | 21 ++++-
.../resolver/spring/BaseResolverPluginParser.java | 1 +
.../ad/impl/SimpleAttributeDefinitionParser.java | 4 +-
.../config/LDAPAuthenticationFactoryBean.java | 12 +++
.../idp/authn/principal/UsernamePrincipalTest.java | 14 ++++
.../impl/ExtractX509CertificateFromRequest.java | 18 +++--
.../impl/SelectSubjectCanonicalizationFlow.java | 6 +-
.../authn/impl/SimpleSubjectCanonicalization.java | 29 ++++---
.../authn/impl/X500SubjectCanonicalization.java | 5 +-
.../shibboleth/idp/authn/impl/X509AuthServlet.java | 9 ++-
.../shibboleth/idp/authn/impl/X509ProxyFilter.java | 7 +-
.../ExtractX509CertificateFromRequestTest.java | 21 ++++-
.../net/shibboleth/idp/conf/saml-nameid-system.xml | 2 +-
.../idp/flows/authn/password-authn-beans.xml | 8 +-
idp-conf/src/main/resources/conf/ldap.properties | 4 +-
.../src/main/resources/conf/saml-nameid.properties | 2 +
.../main/resources/messages/messages.properties | 2 +-
.../idp/installer/plugin/patchResources.xml | 22 ------
.../idp/profile/logic/LoopDetectionPredicate.java | 7 +-
.../saml/nameid/impl/NameIDCanonicalization.java | 35 ++++-----
.../impl/NameIdentifierCanonicalization.java | 38 +++++----
.../saml/saml2/profile/impl/AddAuthnRequest.java | 4 +-
.../saml2/profile/impl/AddAuthnRequestTest.java | 89 ++++++++++++++++++++++
.../idp/ui/context/RelyingPartyUIContext.java | 11 +--
24 files changed, 263 insertions(+), 108 deletions(-)
delete mode 100644 idp-installer/src/main/resources/net/shibboleth/idp/installer/plugin/patchResources.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list