From b9c6998cb39fb7bbbaa6fff930dd0553a6920570 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Feb 2009 15:53:32 +0000 Subject: [PATCH] scott and keith fixes --- build-spring-webflow/resources/changelog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 6536ae21..102b2fe1 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -2,8 +2,13 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow -Changes in version 2.0.6 (01.12.2008) +Changes in version 2.0.6 (2009.02.26) ------------------------------------- +Bug Fixes +* 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) +* Fixed bug where Web Flow upgrader tool did not properly output end-state 'output' elements (SWF-969) Changes in version 2.0.5 (14.11.2008) -------------------------------------