[java-identity-provider] branch master updated: IDP-1185 - Change expression parsing in MVC view creator
Scott Cantor
cantor.2 at osu.edu
Mon Jun 5 10:56:00 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=594317b92b5efa3cce514ca5e71c4ba7cf52c75d
The following commit(s) were added to refs/heads/master by this push:
new 594317b IDP-1185 - Change expression parsing in MVC view creator
594317b is described below
commit 594317b92b5efa3cce514ca5e71c4ba7cf52c75d
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