[java-identity-provider] 06/51: Forgot to remove older variable from flow in earlier cleanup.

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 14:28:38 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d200c039770cc469654ecbffa4f365a79d0504e1

commit d200c039770cc469654ecbffa4f365a79d0504e1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 7 09:09:27 2024 -0500

    Forgot to remove older variable from flow in earlier cleanup.
---
 .../resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml
index 51f7b5d91..c80eaf694 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml
@@ -8,8 +8,6 @@
     password is handled with a chain of plugins supporting a CredentialValidator interface. 
     -->
 
-    <var name="thisFlow" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor" />
-
     <action-state id="ExtractUsernamePasswordFromBasicAuth">
         <evaluate expression="ExtractUsernamePasswordFromBasicAuth" />
         <evaluate expression="'proceed'" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list