Commit Graph
283 Commits
Author SHA1 Message Date
Arjen Poutsma df00d608e2 SPR-7381 - HTTP headers returned as part of ResponseEntity(MultiValueMap<String, String> headers, HttpStatus statusCode) are ignored when using this constructor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3488 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-16 13:47:19 +00:00
Arjen Poutsma 5592c72b25 SPR-7345 - HTTP 405 (Method not supported) returned when 404 Status (Not Found) was expected
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3487 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-16 10:06:19 +00:00
Arjen Poutsma 4852217b79 SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3484 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-15 08:49:18 +00:00
Juergen Hoeller c04668931d polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3481 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-12 19:54:37 +00:00
Juergen Hoeller 37bc8cf630 MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true (SPR-7334)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3480 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-12 19:54:05 +00:00
Juergen Hoeller 6b55137d3e 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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3479 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-12 19:36:26 +00:00
Juergen Hoeller 5fd165b4ec polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3476 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-08 11:45:52 +00:00
Arjen Poutsma 8be57a72a0 SPR-7316 - remove "Accept-Charset" header from response, generated by @ResponseBody
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3456 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-24 09:15:50 +00:00
Keith Donald 407b1bb354 mvc resources handler initial commit
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3442 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-22 21:26:03 +00:00
Juergen Hoeller 3f8fc50b0f @CookieValue returns decoded cookie value in a Servlet environment (SPR-7286)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3436 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-20 19:21:00 +00:00
Juergen Hoeller a139f3b337 DispatcherServlet applies view name translation to error views as well (SPR-7298)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3433 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-20 19:06:56 +00:00
Juergen Hoeller c5dcc2c88c @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter (SPR-7296)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3431 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-20 18:45:42 +00:00
Juergen Hoeller a56df735de set Tiles 2.2 ELAttributeEvaluator on RendererFactory as well (SPR-7251)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3411 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-10 22:13:31 +00:00
Juergen Hoeller 91f14c1fe9 reuse a shared UrlPathHelper instance in order to avoid reinstantiation overhead (SPR-7269)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3403 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-08 14:14:08 +00:00
Juergen Hoeller 1706a733f4 added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3396 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-07 22:59:48 +00:00
Juergen Hoeller 9380113ec0 JSP HiddenInputTag allows for using common HTML attributes (SPR-7249)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3386 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-07 20:32:52 +00:00
Juergen Hoeller db8f711c56 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3385 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-07 19:23:08 +00:00
Juergen Hoeller 8e090e5fc4 fixed JSP ErrorsTag to avoid invalid "*.errors" id, using form object name as id prefix instead (SPR-7258)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3384 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-07 19:22:53 +00:00
Arjen Poutsma e294752987 SPR-7259 - ResponseStatus.reason() ignored for @ExceptionHandler methods
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3381 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-07 13:33:43 +00:00
Arjen Poutsma 882f8cfce5 SPR-7233 - ResponseEntity having body, headers and HttpStatus mixed up in responseEntity.getBody()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3376 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-28 08:07:21 +00:00
Juergen Hoeller de0d62ce93 added convenient "checkRefresh" bean property to TilesConfigurer (SPR-7225)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3357 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-20 16:49:53 +00:00
Juergen Hoeller 8e49cfbc35 JSP Radiobutton/CheckboxesTag utilizes PropertyEditor/ConversionService for label rendering (SPR-7174)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3331 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-13 23:07:11 +00:00
Arjen Poutsma dbe18ddfe0 SPR-7117 - Add ability for CNVR to search view names that use file extensions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3304 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-29 11:06:31 +00:00
Arjen Poutsma 1b40c30d46 SPR-7145 - NullPointerException in AnnotationMethodHandlerAdapter if HttpHeaders in ResponseEntity are empty
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3302 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-29 08:04:36 +00:00
Juergen Hoeller 5f41a9efaa TilesConfigurer's "definitionsFactoryClass" property applies common Tiles DefinitionsFactory setup (SPR-7101)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3296 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-23 10:44:29 +00:00
Juergen Hoeller a4958f593e factored out getRequestDispatcher template method (SPR-7118)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3294 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-22 21:46:56 +00:00
Juergen Hoeller 3d823ad811 fixed JSP SelectTag's support for rendering enum constants (SPR-7112)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3279 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-20 16:15:23 +00:00
Juergen Hoeller 21be98a8b5 fixed @ExceptionHandler resolution in case of multiple matches at different inheritance levels (SPR-7085)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3264 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-18 18:48:24 +00:00
Juergen Hoeller b2f470b6f9 fixed canRead breakage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3249 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-15 16:13:50 +00:00
Juergen Hoeller c6ce541d29 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3248 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-15 14:57:08 +00:00
Juergen Hoeller 3b9b08759f EvalTag skips implicit variable check if VariableResolver is null (for Jetty compatibility; SPR-7096)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3247 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-15 14:56:37 +00:00
Arjen Poutsma 8879140e4a SPR-7081 - Add ignoreJafMediaTypes to ContentNegotiatingViewResolver
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3239 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-13 08:37:59 +00:00
Arjen Poutsma 84f9329c3f SPR-7070 - MappingJacksonJsonView.renderedAttributes to be made visible to subclasses
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3232 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-07 08:30:04 +00:00
Arjen Poutsma 3b6c2c0012 SPR-7060 - @ResponseStatus: The reason value is not used.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3222 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-02 08:39:26 +00:00
Arjen Poutsma b77698ec67 Introduced ResponseEntity, for access to the response status code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3210 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-01 10:08:51 +00:00
Juergen Hoeller 7a88910a9b polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3208 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-31 15:36:35 +00:00
Juergen Hoeller d051390c1a polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3204 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-31 13:38:15 +00:00
Juergen Hoeller 71932500ae accept UrlMap with any value type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3203 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-31 13:37:46 +00:00
Juergen Hoeller 67266ddb5f refined internal HandlerMapping/HandlerAdapter bean names
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3202 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-31 13:37:11 +00:00
Juergen Hoeller 5c701c63ed use simple type name in "missing parameter" exception text
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3196 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 21:13:12 +00:00
Juergen Hoeller 6132e318b1 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3195 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 21:12:40 +00:00
Juergen Hoeller 2ec66b066b NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3189 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 10:24:39 +00:00
Juergen Hoeller 2ae5ea3d2e WebRequestInterceptor exposes HttpServletResponse through NativeWebRequest (after downcast)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3188 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 09:21:09 +00:00
Arjen Poutsma 16078ccec9 SPR-7047 - XML MarshallingView assumes non-null value for object to be marshalled.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3187 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-30 08:34:29 +00:00
Juergen Hoeller b61dd8b434 refined use of generics
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3186 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 23:08:32 +00:00
Juergen Hoeller ffcb1ce233 compatibility with JasperReports 3.x in terms of resource management (SPR-7048)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3185 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 23:07:53 +00:00
Arjen Poutsma 50c77d7641 SPR-6861 - enable overwriting of createHttpInputMessage and createHttpOutputMessage in AnnotationMethodHandlerAdapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3183 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-29 12:25:49 +00:00
Arjen Poutsma 50a9c059a2 SPR-7000 - AnnotationMethodHandlerAdapter gives priority to media type order over quality when selecting a method
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3174 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 12:29:52 +00:00
Arjen Poutsma 78f69618f5 SPR-7031 - MappingJacksonJsonView should add headers for no-caching
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3169 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-25 10:14:11 +00:00
Juergen Hoeller 6057ec8db0 restricted onApplicationEvent callbacks for local ApplicationContext only (SPR-6964)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3161 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 14:38:10 +00:00