Arjen Poutsma
4343714c6d
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
2010-02-02 13:14:19 +00:00
Arjen Poutsma
208c2d9c8b
SPR-6785 - Improve message error when the MarshallingView modelKey attribute is not valid
2010-02-01 15:25:29 +00:00
Arjen Poutsma
ead5df4546
SPR-6649 - Request mapping incorrectly receiving all dispatches for a controller
2010-01-26 10:47:36 +00:00
Juergen Hoeller
0a6f2348b8
WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727)
2010-01-20 22:09:13 +00:00
Juergen Hoeller
c31f245dc9
added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property
2010-01-18 15:52:52 +00:00
Arjen Poutsma
1cd0a9750d
SPR-6467 - Allow ContentNegotiatingViewResolver to be strict ant return a 406 if no view found
2010-01-15 16:37:58 +00:00
Arjen Poutsma
bb3c8e5c87
SPR-6640 - PathVariable does not work properly after updated to 3.0 GA
2010-01-11 11:27:43 +00:00
Juergen Hoeller
26b3443299
added unit test for setRequiredFields with @MVC (SPR-6552)
2009-12-14 21:32:26 +00:00
Arjen Poutsma
27e0642543
SPR-6502 - Broken @RequestMapping inheritance
2009-12-07 16:44:51 +00:00
Arjen Poutsma
8678652f3e
SPR-6528 - PathVariables of type double
2009-12-07 14:25:21 +00:00
Arjen Poutsma
976f920db2
SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character
2009-12-07 13:59:07 +00:00
Keith Donald
b7b52fffea
renamed path element to mapping per code review
2009-11-30 16:32:59 +00:00
Arjen Poutsma
81d7f5bc5a
SPR-6375 - Register sensible default HTTP Message Converters based on what is available in the classpath
2009-11-30 12:21:13 +00:00
Arjen Poutsma
73b54f4efe
SPR-6466 - ContentNegotiatingViewResolver can not handle View implementations returning null as content type
2009-11-30 10:10:27 +00:00
Keith Donald
c8d6360855
ability to have multiple path patterns per mapped interceptor definition
2009-11-30 07:51:29 +00:00
Keith Donald
d4a21f1db8
added back mvc:interceptors element and added interceptor matching based on path pattern; needs review
2009-11-30 02:55:02 +00:00
Keith Donald
57f0a7d94b
added detectInterceptors compatibility check
2009-11-27 17:04:48 +00:00
Arjen Poutsma
dc0613f487
HttpMessageConverter.supports() is split into canRead/canWrite.
...
HttpMessageConverter.write() now allows for a specific content type.
2009-11-27 13:23:15 +00:00
Keith Donald
8259d45583
removed now obsolete test case
2009-11-26 08:39:46 +00:00
Keith Donald
de1d548725
SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping
2009-11-26 08:27:42 +00:00
Arjen Poutsma
89975c8b79
SPR-6378 - RC2: Issue with RequestMethod.GET differs from M2
2009-11-25 11:12:03 +00:00
Arjen Poutsma
ef50082cad
SPR-6280 - PathVariable resolution does not work properly
2009-11-24 13:53:37 +00:00
Keith Donald
94eeb99333
used managed list to detect bean definitions
2009-11-21 17:26:07 +00:00
Keith Donald
7309b11849
mvc namespace interceptors element--ignoring test case until issue with setting collection of bean definition property values is resolved
2009-11-21 16:00:53 +00:00
Keith Donald
44fcc572a7
mvc:interceptors namespace element initial commit
2009-11-21 15:17:26 +00:00
Keith Donald
d9aab1079c
found hotspot; added ConverisonServiceFactoryBean
2009-11-20 14:57:40 +00:00
Juergen Hoeller
4efa91d2f0
mvc:annotation-driven exposes default Validator and ConversionService as top-level beans (SPR-6377)
2009-11-19 22:34:24 +00:00
Juergen Hoeller
46cd083976
added chaining-capable "add" method to MutablePropertyValues
2009-11-19 22:30:35 +00:00
Keith Donald
d85dc01e28
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
2009-11-19 09:10:51 +00:00
Arjen Poutsma
60d2fdfcea
SPR-6188 - UriTemplate: Insufficient handling of characters that need to be escaped.
2009-11-13 01:27:54 +00:00
Keith Donald
70fe75384d
fixed failing tests due to generic object to object converter fallback being over eager
2009-11-12 06:57:51 +00:00
Keith Donald
a725717261
tests for custom conversion service / validator
2009-11-11 15:43:57 +00:00
Keith Donald
4b76cdd1a3
date time format code review
2009-11-10 20:34:59 +00:00
Keith Donald
1bb007c321
results of code review of mvc namespace
2009-11-10 19:15:32 +00:00
Keith Donald
91dd752e71
added test dep to ivy.xml causing build failure
2009-11-10 04:32:48 +00:00
Keith Donald
566516b89a
polishing
2009-11-09 21:59:59 +00:00
Keith Donald
6f4112af80
updated favoring style pattern string instead of Style enum for DateTimeFormat
2009-11-09 21:07:41 +00:00
Arjen Poutsma
077055c8f2
SPR-6291 - UrlPathHelper is too aggressive decoding URLs
2009-11-09 12:15:17 +00:00
Keith Donald
fe4f41d33c
default config for web binding initializer and formatting/conversion system w/ mvc namespace
2009-11-07 00:41:08 +00:00
Keith Donald
ee15bbb494
mvc namespace installation of handler mapping and handler adapter
2009-11-06 15:38:08 +00:00
Arjen Poutsma
8de34c6fa7
SPR-6301 - Support @RequestHeader on HttpHeaders parameters
2009-11-05 15:42:24 +00:00
Scott Andrews
67b5781dab
SPR-6296 Spring:url tag should not use application/x-www-form-urlencoded encoding
...
Work around for application/x-www-form-urlencoded encoding. Replaces '+' from java.net.URLDecoder with charset specific encoded space value ('%20' for most charsets).
The custom urlEncode method should be replaced with calls to a true URL encoder once available.
2009-11-03 21:01:23 +00:00
Keith Donald
913bc03a3b
ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use
2009-10-30 18:44:40 +00:00
Arjen Poutsma
2288b2523e
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
2009-10-29 11:18:43 +00:00
David Syer
0e85c66f2f
SPR-6246: Java6 @Override removed
2009-10-28 13:56:11 +00:00
David Syer
bce723d9e3
SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView.
2009-10-28 13:43:27 +00:00
David Syer
c63cdb2444
OPEN - issue SPR-6246: Velocity MethodInvocationExceptions not properly reported
...
Added test case for exception. This probably fails on a non-Sun JVM?
2009-10-27 12:32:14 +00:00
Arjen Poutsma
d54a975af4
SPR-6248 - Accept header should not be mandatory for properly handling response body.
2009-10-27 10:50:45 +00:00
Juergen Hoeller
ee8ed4e410
fixed getBean signature ambiguity in tests
2009-10-20 20:14:49 +00:00
Arjen Poutsma
e24e768054
SPR-6164 - a Uri Value is incorrectly extracted if it contains '.'.
2009-10-15 09:18:14 +00:00