[java-identity-provider] branch dev/IDP-2147 updated (9c496e1cf -> 60e312785)
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 23 13:09:56 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-2147
in repository java-identity-provider.
discard 9c496e1cf Strip packaging
discard 169f94c8b Rev gpg version
discard 35be11426 wip
discard c35c95f6c IDP-2147 Investigate WixV4
discard 8d7bff40f IDP-2147 Investigate WixV4
discard 8bb78848b IDP-2147 Investigate Wix V4
add fcab9dee4 IDP-2147 Investigate Wix V4
add 564a5212e IDP-2147 Investigate WixV4
add 936fb8337 IDP-2258 Windows v5 msi installer prematurely ends, fails install when AD options chosen
add 5e7218218 Move gpg-plugin version into the profile where it is used
add 6d79f9445 Lock parent version for new release
add 9277e5a58 Update files to be tagged for release
add f5d140f87 Bump version after release
add 288b60d4a Update to unlock parent version and Shib dependencies
add 6645ddaf9 Fix "new" null issues.
add 0e3013654 Typo in help string.
add 681fbcc86 Add an "anybody" access policy.
add 75c588f66 Checkstyle issues and some cleanup around Version reporting.
add bcef9d8e6 IDP-2288 - Injection of beans into PostProcessor causes Spring warnings
add a9001d5f5 Add strategy hook for location of UsernamePasswordContext.
add b65d766bd Change context lookup to walk from PRC instead of AC.
add d482a8dcc IDP-2289 - Misnamed setter in AbstractSAMLProfileConfiguration
add 5ffe15900 Genericize log message a bit.
add 60e312785 IDP-2279 - incorrect filter template encoding
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 (9c496e1cf)
\
N -- N -- N refs/heads/dev/IDP-2147 (60e312785)
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 "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
idp-admin-api/pom.xml | 2 +-
idp-admin-impl/pom.xml | 2 +-
.../admin/impl/InstallableComponentGaugeSet.java | 4 +-
.../idp/admin/impl/ReportModuleStatus.java | 4 +-
.../net/shibboleth/idp/plugin/impl/PluginInfo.java | 8 +-
idp-authn-api/pom.xml | 2 +-
.../authn/AbstractTemplateSearchDnResolver.java | 5 +-
...bstractUsernamePasswordCredentialValidator.java | 10 +-
idp-authn-impl/pom.xml | 2 +-
.../impl/ExtractUsernamePasswordFromBasicAuth.java | 33 ++-
.../authn/impl/LDAPCredentialValidatorTest.java | 296 ++++++++++++---------
.../idp/authn/impl/X509ProxyFilterTest.java | 23 +-
.../shibboleth/idp/authn/impl/loginLDAPTest.ldif | 17 ++
idp-bom/pom.xml | 2 +-
idp-cas-api/pom.xml | 2 +-
idp-cas-impl/pom.xml | 2 +-
idp-cli/pom.xml | 2 +-
idp-conf-impl/pom.xml | 2 +-
.../net/shibboleth/idp/module/conf/logback.xml | 2 +-
.../shibboleth/idp/module/conf/access-control.xml | 4 +
idp-consent-api/pom.xml | 2 +-
idp-consent-impl/pom.xml | 2 +-
idp-core/pom.xml | 2 +-
.../src/main/java/net/shibboleth/idp/Version.java | 4 +
idp-distribution/pom.xml | 2 +-
idp-installer/pom.xml | 2 +-
.../idp/installer/impl/IdPInstallerArguments.java | 2 +-
idp-msi/pom.xml | 9 +-
.../src/main/wix/scripts/shib_write_configs.vbs | 2 +-
idp-profile-api/pom.xml | 2 +-
.../idp/profile/AbstractProfileAction.java | 2 +-
idp-profile-impl/pom.xml | 2 +-
idp-saml-api/pom.xml | 2 +-
idp-saml-impl/pom.xml | 2 +-
.../impl/AbstractSAMLProfileConfiguration.java | 22 +-
idp-schema/pom.xml | 2 +-
idp-session-api/pom.xml | 2 +-
idp-session-impl/pom.xml | 2 +-
idp-spring/pom.xml | 2 +-
idp-testing/pom.xml | 2 +-
idp-ui/pom.xml | 2 +-
idp-war-distribution/pom.xml | 2 +-
idp-war/pom.xml | 2 +-
pom.xml | 14 +-
44 files changed, 314 insertions(+), 199 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list