Upgrade Spring Web Flow to version 2.3.3

This commit is contained in:
Rossen Stoyanchev
2014-01-26 10:10:47 -05:00
parent 2f28803ac5
commit 1ccc67b79e
9 changed files with 46 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
xmlns:security="http://www.springframework.org/schema/security"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd">
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd">
<!-- Configure Spring Security -->
<security:http auto-config="true" use-expressions="true">

View File

@@ -26,7 +26,7 @@
<!-- Dispatches requests mapped to flows to FlowHandler implementations -->
<bean class="org.springframework.webflow.mvc.servlet.FlowHandlerAdapter">
<property name="flowExecutor" ref="flowExecutor"/>
<property name="saveOutputToFlashScopeOnRedirect" value="true"/>
<!-- <property name="saveOutputToFlashScopeOnRedirect" value="true"/> -->
</bean>
<!-- Custom FlowHandler for the hotel booking flow -->