[java-identity-provider] branch main updated: Remove null code
Codeberg
noreply at shibboleth.net
Tue May 26 19:05:48 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/9da353cc49666cc6a25029f1cc5ede6471566f52
The following commit(s) were added to refs/heads/main by this push:
new 9da353cc4 Remove null code
9da353cc4 is described below
commit 9da353cc49666cc6a25029f1cc5ede6471566f52
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue May 26 20:04:04 2026 +0100
Remove null code
---
.../shibboleth/idp/authn/impl/LDAPCredentialValidator.java | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java
index 2f8b19c78..426202fed 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/LDAPCredentialValidator.java
@@ -123,17 +123,6 @@ public class LDAPCredentialValidator extends AbstractUsernamePasswordCredentialV
}
}
- /** {@inheritDoc} */
- @Override
- protected void doDestroy() {
- /* authenticator is closed by LDAPAuthenticationFactoryBean#destroyInstance
- if (authenticator != null) {
- authenticator.close();
- }
- */
- super.doDestroy();
- }
-
/** {@inheritDoc} */
@Override
@Nullable protected Subject doValidate(@Nonnull final ProfileRequestContext profileRequestContext,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list