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)
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
5962Changes in version 3.0.3 (2010-06-15)
You can’t perform that action at this time.
0 commit comments