SPR-9079 Don't check for "POST" multipart request method arg resolvers

This commit is contained in:
Rossen Stoyanchev
2012-02-01 13:22:12 -05:00
parent 3d1fa4f6b6
commit 64a69f7cf8
5 changed files with 39 additions and 23 deletions

View File

@@ -30,6 +30,7 @@ Changes in version 3.1.1 (2012-02-06)
* add property to RedirectView to disable expanding URI variables in redirect URL
* fix request mapping bug involving direct vs pattern path matches with HTTP methods
* revise the FlashMapManager contract and implemenation to address a flaw in its design
* Remove check for HTTP "POST" when resolving multipart request controller method arguments
Changes in version 3.1 GA (2011-12-12)
--------------------------------------