[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 5 12:57:48 EST 2015


Author: scantor
Date: Thu Nov  5 12:57:47 2015
New Revision: 7944

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7944&view=rev
Log:
IDP-851 - Patch another possibly repeatable context creation.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml?rev=7944&r1=7943&r2=7944&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml	Thu Nov  5 12:57:47 2015
@@ -59,7 +59,7 @@
         </transition>
 
         <on-exit>
-            <evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.consent.context.ConsentManagementContext), true).setRevokeConsent(requestParameters._shib_idp_revokeConsent == 'true')" />
+            <evaluate expression="opensamlProfileRequestContext.addSubcontext(new net.shibboleth.idp.consent.context.ConsentManagementContext(), true).setRevokeConsent(requestParameters._shib_idp_revokeConsent == 'true')" />
         </on-exit>
     </view-state>
     



More information about the commits mailing list