From 0bdb11848d8c2a2028439422fb4a8acba1b87fd4 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Mar 2009 21:37:31 +0000 Subject: [PATCH] swf-1061 --- build-spring-webflow/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 120cc633..428afd37 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -11,6 +11,7 @@ General See the reference documentation for updated instructions on obtaining web flow artifacts from Maven Central. Bug Fixes +* Fixed bug where ViewState and EndState still sent a response even if another artifact, such as an Action, handled the response by marking ExternalContext.setResponseComplete() (SWF-1061) * Fixed bug where FlowHandlerMapping could not handle null flow id scenarios (SWF-968) * Fixed bug where flow ids were not properly generated when loading flow resources using classpath*: notation (SWF-988, SWF-992) * Fixed bug where file extension was left off URLs generated by Web Flow when servlet mapping was extension-based e.g. *.htm (SWF-988)