[java-identity-provider] branch maint-5.1 updated (288b60d4a -> f84d7dac1)
Scott Cantor
cantor.2 at osu.edu
Thu Jul 25 18:22:23 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch maint-5.1
in repository java-identity-provider.
from 288b60d4a Update to unlock parent version and Shib dependencies
new 781faf6ed Fix "new" null issues.
new 2d6b3c730 Typo in help string.
new cd301528e Add an "anybody" access policy.
new a23952a44 Checkstyle issues and some cleanup around Version reporting.
new b1f757178 IDP-2288 - Injection of beans into PostProcessor causes Spring warnings
new 731ac2990 Add strategy hook for location of UsernamePasswordContext.
new 4aae93741 IDP-2289 - Misnamed setter in AbstractSAMLProfileConfiguration
new 11d50ba71 Genericize log message a bit.
new a14fac33c IDP-2279 - incorrect filter template encoding
new 9f182661d IDP-2287 - comment out returnAttributes
new 9596c7b82 Fix comment.
new 07f40dd90 IDP-2296 Put a "hands off" warning into dist
new f84d7dac1 Fix typo
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../admin/impl/InstallableComponentGaugeSet.java | 4 +-
.../idp/admin/impl/ReportModuleStatus.java | 4 +-
.../net/shibboleth/idp/plugin/impl/PluginInfo.java | 8 +-
.../authn/AbstractTemplateSearchDnResolver.java | 5 +-
.../impl/ExtractUsernamePasswordFromBasicAuth.java | 33 ++-
.../authn/impl/LDAPCredentialValidatorTest.java | 296 ++++++++++++---------
.../idp/authn/impl/X509ProxyFilterTest.java | 23 +-
.../shibboleth/idp/authn/impl/loginLDAPTest.ldif | 17 ++
.../idp/conf/profile-intercept-system.xml | 2 +-
.../net/shibboleth/idp/module/conf/ldap.properties | 4 +-
.../net/shibboleth/idp/module/conf/logback.xml | 2 +-
.../shibboleth/idp/module/conf/access-control.xml | 4 +
.../src/main/java/net/shibboleth/idp/Version.java | 4 +
.../idp/installer/impl/CopyDistribution.java | 13 +
.../idp/installer/impl/CurrentInstallState.java | 4 +-
.../idp/installer/impl/IdPInstallerArguments.java | 2 +-
.../idp/profile/AbstractProfileAction.java | 2 +-
.../impl/AbstractSAMLProfileConfiguration.java | 22 +-
18 files changed, 286 insertions(+), 163 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list