Commit Graph
268 Commits
Author SHA1 Message Date
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
Juergen Hoeller a45ba39399 allow for null keys and null values in rendered Map (SPR-7024)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3160 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-24 14:26:00 +00:00
Arjen Poutsma 2c3fd51243 SPR-6978 - Dispatcher fails to invoke handler method when request method conflicts with request path
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3126 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 14:12:32 +00:00
Arjen Poutsma d2983d90b7 SPR-7018 - Support for HttpEntity<?> in @MVC
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3119 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-22 10:23:39 +00:00
Juergen Hoeller fc5a67cdf2 avoid ChainedTilesRequestContextFactory warn logging on Tiles 2.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3110 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-16 23:27:18 +00:00
Juergen Hoeller f3a0084dbe avoid ChainedTilesRequestContextFactory warn logging on Tiles 2.1
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3103 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 22:36:24 +00:00
Juergen Hoeller 94ecdd16d7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3099 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:45:17 +00:00
Juergen Hoeller 5e3605bce9 WebContentInterceptor does not restrict HTTP methods by default anymore (SPR-6919)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3098 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 19:45:05 +00:00
Arjen Poutsma 17f97c1cf8 SPR-6976 - Add debug log for HttpMessageConverter usage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3095 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-12 17:46:50 +00:00
Scott Andrews 2c045db14d SPR-6923 SpEL resolving nested property as outer object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3079 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 17:44:14 +00:00
Arjen Poutsma cbfd48511d SPR-5904 - Multipart/mixed requests using RestTemplate
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3076 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-10 13:53:29 +00:00
Arjen Poutsma 117cfeff3d SPR-6906 - Combination of ControllerClassNameHandlerMapping and @RequestMappings with file extensions results in exception
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3055 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-04 15:17:09 +00:00
Arjen Poutsma 76fd93bc3b SPR-6934 - AnnotationMethodHandlerAdapter should take into account request accept header ordering
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3052 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-04 13:54:24 +00:00
Arjen Poutsma ad6e7e4895 SPR-6935 - @ResponseBody with method that return void throws "Could not resolve view exception".
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3047 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-04 10:51:27 +00:00
Arjen Poutsma 6248566c2d SPR-6902 - @ResponseBody does not work with @ExceptionHandler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3044 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-03 10:33:58 +00:00
Arjen Poutsma a9d3022867 SPR-6877 - AnnotationMethodHandlerAdapter.handleResponseBody prioritizes messageConverter over MediaType
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3043 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-03 10:18:59 +00:00