scott and keith fixes

This commit is contained in:
Keith Donald
2009-02-12 15:53:32 +00:00
parent e3efaa8f25
commit b9c6998cb3

View File

@@ -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)
-------------------------------------