File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ Changes in version 3.0.4 (2010-08-16)
42
42
* JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters)
43
43
* DispatcherServlet applies default view name translation to error views as well
44
44
* 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
45
46
* @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter
47
+ * WebDataBinder and @MVC request params detect and introspect MultipartFile arrays as well
46
48
* fixed @PathVariable regression in combination with ConversionService usage on DataBinder
47
49
* @CookieValue returns decoded cookie value in a Servlet environment (analogous to @RequestParam)
48
50
* MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true
@@ -54,6 +56,7 @@ Changes in version 3.0.4 (2010-08-16)
54
56
* JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext
55
57
* added support for static resource serving: ResourceHttpRequestHandler, mvc:resources
56
58
* revised DispatcherServlet's last-modified handling to properly work with scoped controllers
59
+ * MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data"
57
60
58
61
59
62
Changes in version 3.0.3 (2010-06-15)
You can’t perform that action at this time.
0 commit comments