[java-identity-provider] 12/16: IDP-1185 - Change expression parsing in MVC view creator

Scott Cantor cantor.2 at osu.edu
Tue Sep 26 12:41:22 EDT 2017


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

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

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

commit 2e9295685427c83b6afb9594f20325c1b35e170c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 5 10:55:58 2017 -0400

    IDP-1185 - Change expression parsing in MVC view creator
    
    https://issues.shibboleth.net/jira/browse/IDP-1185
---
 idp-conf/src/main/resources/system/conf/webflow-config.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/conf/webflow-config.xml b/idp-conf/src/main/resources/system/conf/webflow-config.xml
index bf91e78..c6a72da 100644
--- a/idp-conf/src/main/resources/system/conf/webflow-config.xml
+++ b/idp-conf/src/main/resources/system/conf/webflow-config.xml
@@ -183,7 +183,8 @@
 
     <webflow:flow-builder-services id="flowBuilderServices" view-factory-creator="mvcViewFactoryCreator" />
 
-    <bean id="mvcViewFactoryCreator" class="org.springframework.webflow.mvc.builder.MvcViewFactoryCreator">
+    <bean id="mvcViewFactoryCreator" class="org.springframework.webflow.mvc.builder.MvcViewFactoryCreator"
+            p:useSpringBeanBinding="true">
         <property name="viewResolvers">
             <list>
                 <ref bean="shibboleth.VelocityViewResolver" />

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


More information about the commits mailing list