This commit is contained in:
Keith Donald
2009-03-12 21:37:31 +00:00
parent 5ec67fbc3e
commit 0bdb11848d

View File

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