From 61c42ee914f4cad21dc9a28893e470123168820a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 30 Apr 2007 23:55:07 +0000 Subject: [PATCH] SWF 302 and 303 --- spring-webflow/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index aa70ef1b..bbe3b36a 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -9,6 +9,12 @@ Package org.springframework.webflow.config * FlowExecutorFactoryBean now has an 'inputMapper' property to conveniently configure the 'inputMapper' property of the created FlowExecutorImpl object. +Package org.springframework.webflow.executor +* JSF integration code now manages flow execution locks properly in exceptional situations and when the + RENDER RESPONSE phase is bypassed (SWF-302). +* Restored compatability with 1.0.1 allowing default navigation rules to be queried if no transition could + be matched against the state of the current flow execution (SWF-303). + Changes in version 1.0.3 (24.04.2007) -------------------------------------