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)