Skip to content

Commit b51f067

Browse files
committed
@MVC handler method resolution
1 parent 9b3fbc2 commit b51f067

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Changes in version 3.0.4 (2010-08-16)
4242
* JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters)
4343
* DispatcherServlet applies default view name translation to error views as well
4444
* mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well
45+
* revised @MVC handler method resolution with respect to handler methods on generic interfaces
4546
* @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter
47+
* WebDataBinder and @MVC request params detect and introspect MultipartFile arrays as well
4648
* fixed @PathVariable regression in combination with ConversionService usage on DataBinder
4749
* @CookieValue returns decoded cookie value in a Servlet environment (analogous to @RequestParam)
4850
* MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true
@@ -54,6 +56,7 @@ Changes in version 3.0.4 (2010-08-16)
5456
* JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext
5557
* added support for static resource serving: ResourceHttpRequestHandler, mvc:resources
5658
* revised DispatcherServlet's last-modified handling to properly work with scoped controllers
59+
* MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data"
5760

5861

5962
Changes in version 3.0.3 (2010-06-15)

0 commit comments

Comments
 (0)