Commit Graph
240 Commits
Author SHA1 Message Date
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
Arjen Poutsma 3d8639913e SPR-6876 - RequestMethod does not appear to factor into @RequestMapping uniqueness in some cases
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3038 50f2f4bb-b051-0410-bef5-90022cba6387
2010-03-02 09:52:43 +00:00
Juergen Hoeller bf1bbbb685 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3026 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-22 11:49:19 +00:00
Juergen Hoeller 8c23abdd00 avoid invalid id characters in ErrorsTag as well (SPR-6862)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3025 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-22 11:48:08 +00:00
Juergen Hoeller 9687dd4620 fixed indexed property regression (SPR-6871)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3018 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-20 15:53:09 +00:00
Juergen Hoeller 8d3a92f811 DefaultRequestToViewNameTranslator strips trailing slashes as well (SPR-6830)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3005 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-18 10:47:22 +00:00
Juergen Hoeller 02f436e59a polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3002 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-18 00:06:16 +00:00
Juergen Hoeller 0b81a067d4 fixed regression: method-level patterns without type-level pattern do not need to start with a slash (SPR-6598)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3000 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-17 23:26:06 +00:00
Juergen Hoeller 93e6f9b3f9 only activate EL support if JSP ExpressionFactory actually available (SPR-6852)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2996 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-17 21:54:21 +00:00
Juergen Hoeller e5972f8b29 revised EvalTag implementation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2992 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-16 18:16:47 +00:00
Juergen Hoeller a125120b8f polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2983 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-15 17:37:57 +00:00
Juergen Hoeller a2317a44a5 fixed interaction with ControllerClassNameHandlerMapping (as reported by Rossen)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2982 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-15 17:37:44 +00:00
Juergen Hoeller c8103fc175 avoid rendering invalid ids (SPR-6840)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2980 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-15 13:45:47 +00:00
Juergen Hoeller ea753974d9 fixed rendering of select options for multi-list (SPR-6799)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2972 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-15 00:04:30 +00:00
Juergen Hoeller 20356434bc fixed error message
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2971 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-14 23:59:53 +00:00
Keith Donald 5fb290a374 eval tag tidying
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2965 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-12 17:42:41 +00:00
Keith Donald d2a33d488b bug
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2963 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-12 00:43:27 +00:00
Keith Donald 63b93b3bab conversion service lookup in request
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2962 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-12 00:33:27 +00:00
Keith Donald 7a3fe2081c spring:eval tag initial commit
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2956 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-11 22:53:49 +00:00
Juergen Hoeller 21c77fb6ae optional EL support (only when Tiles EL module present); got rid of tiles-servlet-wildcard dependency (implemented wildcard support locally)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2955 50f2f4bb-b051-0410-bef5-90022cba6387
2010-02-11 17:03:37 +00:00