[java-identity-provider] branch master updated: Remove duplicate variable from view scope.

Scott Cantor cantor.2 at osu.edu
Wed Oct 4 18:32:40 EDT 2017


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

scantor pushed a commit to branch master
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/master by this push:
       new  56c3ff9   Remove duplicate variable from view scope.
56c3ff9 is described below

commit 56c3ff9ae63b621d60616b8a58a37c5bac690d23
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 4 18:32:38 2017 -0400

    Remove duplicate variable from view scope.
---
 .../src/main/resources/system/flows/intercept/expiring-password-flow.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/flows/intercept/expiring-password-flow.xml b/idp-conf/src/main/resources/system/flows/intercept/expiring-password-flow.xml
index 54c6d57..f25fadf 100644
--- a/idp-conf/src/main/resources/system/flows/intercept/expiring-password-flow.xml
+++ b/idp-conf/src/main/resources/system/flows/intercept/expiring-password-flow.xml
@@ -35,7 +35,6 @@
             <evaluate expression="flowRequestContext.getExternalContext().getNativeRequest()" result="viewScope.request" />
             <evaluate expression="flowRequestContext.getExternalContext().getNativeResponse()" result="viewScope.response" />
             <evaluate expression="opensamlProfileRequestContext" result="viewScope.profileRequestContext" />
-            <evaluate expression="T(net.shibboleth.utilities.java.support.codec.HTMLEncoder)" result="viewScope.encoder" />
             <evaluate expression="flowRequestContext.getActiveFlow().getApplicationContext().containsBean('shibboleth.CustomViewContext') ? flowRequestContext.getActiveFlow().getApplicationContext().getBean('shibboleth.CustomViewContext') : null" result="viewScope.custom" />
         </on-render>
         

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


More information about the commits mailing list