Browse Source

@MVC handler method resolution

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3596 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Juergen Hoeller 16 years ago
parent
commit
beec86f205
  1. 3
      build-spring-framework/resources/changelog.txt

3
build-spring-framework/resources/changelog.txt

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

Loading…
Cancel
Save