[java-identity-provider COMMIT] in /branches/3.3: ./ idp-conf/src/main/resources/flows/authn/conditions/expiring-pass...

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 7 20:38:15 EST 2017


Author: scantor
Date: Tue Mar  7 20:38:15 2017
New Revision: 8661

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8661&view=rev
Log:
BPr8584 - IDP-1102 - View template used in expiring-password flow inadvertently moved

Modified:
    branches/3.3/   (props changed)
    branches/3.3/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml

Modified: branches/3.3/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml?rev=8661&r1=8660&r2=8661&view=diff
==============================================================================
--- branches/3.3/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml	(original)
+++ branches/3.3/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml	Tue Mar  7 20:38:15 2017
@@ -11,7 +11,7 @@
     <!-- Rudimentary impediment to direct execution of subflow. -->
     <input name="calledAsSubflow" type="boolean" required="true" />
 
-    <view-state id="ExpiringPassword" view="expiring-password">
+    <view-state id="ExpiringPassword" view="intercept/expiring-password">
         <on-render>
             <evaluate expression="environment" result="viewScope.environment" />
             <evaluate expression="opensamlProfileRequestContext" result="viewScope.profileRequestContext" />



More information about the commits mailing list