399 Commits (3f68ccadd93626e92157daa80e991fe9c087088e)

Author SHA1 Message Date
Juergen Hoeller 3f68ccadd9 polishing 14 years ago
Juergen Hoeller 5ddf8245dd fixed EvalTag's EvaluationContext caching (SPR-7482) 14 years ago
Arjen Poutsma d0f13b5beb SPR-7490 - Reverting RedirectView to it's 3.0.3 version 14 years ago
Arjen Poutsma 4504ab8bc2 SPR-7316 - writeAcceptCharset now also set to false when using mvc namespace. 14 years ago
Arjen Poutsma 001d676dec SPR-7471 - Regression in redirect URL encoding 14 years ago
Juergen Hoeller e4792aaf33 polishing 14 years ago
Juergen Hoeller b58e19b04c polishing 14 years ago
Juergen Hoeller 48869a86cc consistent converting and escaping of label values (following AbstractMultiCheckedElementTag's SPR-7174) 14 years ago
Juergen Hoeller a032ce12cb renamed "mapping-order" to "order"; added "cache-period" 14 years ago
Juergen Hoeller ecb351c475 return 404 in case of no media type found 14 years ago
Juergen Hoeller 255d1ad434 WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) 14 years ago
Juergen Hoeller 5b0448c609 MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data" 14 years ago
Juergen Hoeller a5b30fd074 polishing 14 years ago
Juergen Hoeller 35971f9f90 revised handler method resolution, in particular with respect to generic interfaces (SPR-7355) 14 years ago
Juergen Hoeller e27f4b1577 revised DispatcherServlet's last-modified handling to properly work with scoped controllers 14 years ago
Juergen Hoeller f6c07b371f revised DispatcherServlet's last-modified handling to properly work with scoped controllers; added HEAD support to ResourceHttpRequestHandler 14 years ago
Juergen Hoeller a79c015297 refined logging of handler objects in order to avoid early access to scoped proxies (SPR-7456) 14 years ago
Juergen Hoeller 34ebad5fff fixed JSP EvalTag to render null result as empty String instead of "null" String (SPR-7459) 14 years ago
Arjen Poutsma 6e303d25c4 SPR-7427 - URL in a redirect is not escaped by RedirectView 14 years ago
Juergen Hoeller 771db05608 changed contentLength() from int to long 14 years ago
Juergen Hoeller e250ff0fb4 fixed package-info 14 years ago
Juergen Hoeller b4cd58394a revised ResourceHttpRequestHandler (SPR-7116) 14 years ago
Chris Beams 91172f4f43 Clarify ServletException is thrown when no view is resolved (SPR-7339) 14 years ago
Jeremy Grelle c1246d506c SPR-7116 - javadocs 14 years ago
Jeremy Grelle 367048c5d1 SPR-7116 - Simplified (removed gzip and white-listing) and completed XML namespace config. 14 years ago
Jeremy Grelle bd4f4d0d30 SPR-7116 further work in progress. Added white-listing by media type, checking MIME type from the ServletContext, and some additional validations. 14 years ago
Jeremy Grelle 60a69bd653 SPR-7116 work in progress. ResourceHttpRequestHandler is now functionally equivalent to the Spring JS ResourceServlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1). 14 years ago
Juergen Hoeller 8e5c033446 avoid double ConversionFailedException nesting 14 years ago
Arjen Poutsma c24ffc9175 SPR-7381 - HTTP headers returned as part of ResponseEntity(MultiValueMap<String, String> headers, HttpStatus statusCode) are ignored when using this constructor 14 years ago
Arjen Poutsma 228c0b18cb SPR-7345 - HTTP 405 (Method not supported) returned when 404 Status (Not Found) was expected 14 years ago
Arjen Poutsma f8425a5f7b SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied 14 years ago
Juergen Hoeller e0e1cb3c24 polishing 14 years ago
Juergen Hoeller df5e9b1211 MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true (SPR-7334) 14 years ago
Juergen Hoeller 263fabb0fc JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory 14 years ago
Juergen Hoeller 3918518779 polishing 14 years ago
Arjen Poutsma ccdd1a9efd SPR-7316 - remove "Accept-Charset" header from response, generated by @ResponseBody 14 years ago
Keith Donald ab13e9b5ec mvc resources handler initial commit 14 years ago
Keith Donald 5a1bd20864 mvc resources handler initial commit 14 years ago
Juergen Hoeller b2204ec94e @CookieValue returns decoded cookie value in a Servlet environment (SPR-7286) 14 years ago
Juergen Hoeller d49c067770 DispatcherServlet applies view name translation to error views as well (SPR-7298) 14 years ago
Juergen Hoeller 037c277351 @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter (SPR-7296) 14 years ago
Juergen Hoeller 65655b949f set Tiles 2.2 ELAttributeEvaluator on RendererFactory as well (SPR-7251) 14 years ago
Arjen Poutsma 65885d1dfd SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody 14 years ago
Juergen Hoeller eb3a3a6de2 reuse a shared UrlPathHelper instance in order to avoid reinstantiation overhead (SPR-7269) 15 years ago
Juergen Hoeller 632c0e7c5e added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle) 15 years ago
Juergen Hoeller 78c906caaa JSP HiddenInputTag allows for using common HTML attributes (SPR-7249) 15 years ago
Juergen Hoeller 2ef3a86c4f polishing 15 years ago
Juergen Hoeller 53cdb9dfeb fixed JSP ErrorsTag to avoid invalid "*.errors" id, using form object name as id prefix instead (SPR-7258) 15 years ago
Arjen Poutsma 4764fa53f0 SPR-7259 - ResponseStatus.reason() ignored for @ExceptionHandler methods 15 years ago
Arjen Poutsma d0393ea109 SPR-7233 - ResponseEntity having body, headers and HttpStatus mixed up in responseEntity.getBody() 15 years ago