Arjen Poutsma
|
7c1d69c8e8
|
SPR-6906 - Combination of ControllerClassNameHandlerMapping and @RequestMappings with file extensions results in exception
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3069 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-03-09 10:29:01 +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 |
|
Juergen Hoeller
|
3e8a6d480a
|
WebApplicationObjectSupport's initServletContext will be called only once in any scenario (SPR-6914)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3046 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-03-03 16:26:47 +00:00 |
|
Arjen Poutsma
|
22a2d53f80
|
SPR-6877 - AnnotationMethodHandlerAdapter.handleResponseBody prioritizes messageConverter over MediaType
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3045 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-03-03 11:14:30 +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
|
94ff6e5fac
|
fixed @RequestParam(required=false) regression for @InitBinder methods (SPR-6878)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3019 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-20 16:14:14 +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
|
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
|
113c3bdc72
|
fixed interaction with ControllerClassNameHandlerMapping (as reported by Rossen)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2986 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-15 18:27:30 +00:00 |
|
Juergen Hoeller
|
c7f36455d3
|
store a static WebApplicationContext reference if the Spring jars get deployed in the same web application as the ContextLoader (SPR-5652)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2985 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-15 18:02:19 +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
|
c31ad7f14b
|
@RequestParam/RequestHeader/CookieValue's defaultValue allows for declaring empty String (SPR-6791)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2977 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-15 12:10:55 +00:00 |
|
Juergen Hoeller
|
f13d229364
|
fixed checkboxes comparison for multi-list (SPR-6505)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2973 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-15 00:17:50 +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 |
|
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 |
|
Andy Clement
|
878f937f23
|
SPR-6745: metadata (annotations) attached to property accessors allowing formatting of values during conversion
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2964 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-12 01:50:52 +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
|
ab8e92a340
|
reverted to fixed definition path
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2947 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-10 21:45:13 +00:00 |
|
Juergen Hoeller
|
127553f9a7
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2945 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-10 21:29:13 +00:00 |
|
Juergen Hoeller
|
17e7fc1120
|
support for Tiles 2.2.1 (preserving compatibility with Tiles 2.1.2 and above; SPR-6097)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2944 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-10 21:26:42 +00:00 |
|
Juergen Hoeller
|
c35b1ef7bf
|
fixed TilesConfigurer's init-param handling; added simple bootstrap test for Tiles (SPR-6606)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2936 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-09 12:32:32 +00:00 |
|
Juergen Hoeller
|
1335e58c45
|
@SessionAttributes works when used on an annotated controller interface with AOP proxying (SPR-6797)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2925 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-04 16:53:44 +00:00 |
|
Arjen Poutsma
|
5ce8251b09
|
SPR-6788 - The class MediaType has a natural ordering that is inconsistent with equals, which is generally recommended or should otherwise at least be indicated in the javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2900 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-02 13:14:19 +00:00 |
|
Arjen Poutsma
|
bf3c057208
|
SPR-6785 - Improve message error when the MarshallingView modelKey attribute is not valid
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2893 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-02-01 15:25:29 +00:00 |
|
Arjen Poutsma
|
5746e04fa8
|
SPR-6649 - Request mapping incorrectly receiving all dispatches for a controller
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2863 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-01-26 10:47:36 +00:00 |
|
Juergen Hoeller
|
79fc317d2e
|
WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2845 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-01-20 22:09:13 +00:00 |
|
Juergen Hoeller
|
38fe7d53c7
|
added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2830 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-01-18 15:52:52 +00:00 |
|
Arjen Poutsma
|
995f5a73cb
|
SPR-6467 - Allow ContentNegotiatingViewResolver to be strict ant return a 406 if no view found
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2816 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-01-15 16:37:58 +00:00 |
|
Arjen Poutsma
|
dd86a572bf
|
SPR-6640 - PathVariable does not work properly after updated to 3.0 GA
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2796 50f2f4bb-b051-0410-bef5-90022cba6387
|
2010-01-11 11:27:43 +00:00 |
|
Juergen Hoeller
|
4e278ffad0
|
added unit test for setRequiredFields with @MVC (SPR-6552)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2659 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 21:32:26 +00:00 |
|
Arjen Poutsma
|
6ac29a70e9
|
SPR-6502 - Broken @RequestMapping inheritance
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2594 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-07 16:44:51 +00:00 |
|
Arjen Poutsma
|
67d2f24b59
|
SPR-6528 - PathVariables of type double
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2590 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-07 14:25:21 +00:00 |
|
Arjen Poutsma
|
b96070163e
|
SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2589 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-07 13:59:07 +00:00 |
|
Keith Donald
|
26a1bed4fd
|
renamed path element to mapping per code review
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2551 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-30 16:32:59 +00:00 |
|
Arjen Poutsma
|
a22ab375cc
|
SPR-6375 - Register sensible default HTTP Message Converters based on what is available in the classpath
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2547 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-30 12:21:13 +00:00 |
|
Arjen Poutsma
|
bc327a000e
|
SPR-6466 - ContentNegotiatingViewResolver can not handle View implementations returning null as content type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2543 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-30 10:10:27 +00:00 |
|
Keith Donald
|
d7906963a3
|
ability to have multiple path patterns per mapped interceptor definition
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2542 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-30 07:51:29 +00:00 |
|
Keith Donald
|
690e243482
|
added back mvc:interceptors element and added interceptor matching based on path pattern; needs review
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2541 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-30 02:55:02 +00:00 |
|
Keith Donald
|
8551f0dcb0
|
added detectInterceptors compatibility check
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2533 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-27 17:04:48 +00:00 |
|
Arjen Poutsma
|
08c639389b
|
HttpMessageConverter.supports() is split into canRead/canWrite.
HttpMessageConverter.write() now allows for a specific content type.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2529 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-27 13:23:15 +00:00 |
|
Keith Donald
|
8aa99e99f4
|
removed now obsolete test case
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2511 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-26 08:39:46 +00:00 |
|
Keith Donald
|
2440277399
|
SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2510 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-11-26 08:27:42 +00:00 |
|