Sam Brannen
218051464d
Fixed typo
2009-11-26 12:12:14 +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
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
856fefeaad
fixed javadoc to reflect current implementation (SPR-6390)
2009-11-19 19:27:40 +00:00
Luke Taylor
222ae33666
SPR-6087: Updated Javadoc for HandlerInterceptor to indicate invocation order of afterCompletion() methods
2009-11-16 13:24:00 +00:00
Jeremy Grelle
58841f3c66
Updated javadoc to reflect minimum JSP version 2.0
2009-11-13 01:39:20 +00:00
Jeremy Grelle
130ef7948d
Fixed javadoc
2009-11-13 01:37:40 +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
1bb007c321
results of code review of mvc namespace
2009-11-10 19:15:32 +00:00
Keith Donald
566516b89a
polishing
2009-11-09 21:59:59 +00:00
Costin Leau
c3bf658058
SPR-6102
...
+ add old method for backwards compatibility
2009-11-09 19:11:41 +00:00
Costin Leau
af0a529bb5
SPR-6102
...
+ loosen FrameworkServlet#createWebApplicationContext signature
2009-11-09 18:27:10 +00:00
Arjen Poutsma
077055c8f2
SPR-6291 - UrlPathHelper is too aggressive decoding URLs
2009-11-09 12:15:17 +00:00
Juergen Hoeller
2a0b3cf3c9
polishing
2009-11-07 01:30:50 +00:00
Juergen Hoeller
4e233047c8
TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility; SPR-6309)
2009-11-07 01:16:40 +00:00
Juergen Hoeller
b321376703
AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now (SPR-6298)
2009-11-07 01:11:53 +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
Keith Donald
733be4f400
spring mvc namespace initial commit; work in progress
2009-11-05 21:49:21 +00:00
Scott Andrews
6c80dbaa9e
polish - removing unused import
2009-11-03 21:02:22 +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
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
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
a429e230b6
revised version checks and exception signatures
2009-10-20 16:53:24 +00:00
Arjen Poutsma
5310035700
SPR-6214 - Using @ResponseBody throws HttpMediaTypeNotAcceptableException when it supports writing an acceptable MediaType
2009-10-14 10:46:29 +00:00
Juergen Hoeller
74f4749372
fixed extraction of Controller suffix (SPR-6153)
2009-10-13 23:10:48 +00:00
Juergen Hoeller
677baaceb8
polishing
2009-10-13 20:49:34 +00:00
Juergen Hoeller
0c47a01953
fixed ContentNegotiatingViewResolver to work with the combination of ignoreAcceptHeader=true plus defaultContentType as well (SPR-6163)
2009-10-01 12:06:58 +00:00
Arjen Poutsma
e49869ea78
SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException
2009-09-25 10:34:54 +00:00
Arjen Poutsma
5b12503c47
SPR-6144 - @ResponseStatus annotation is ignored in an @Controller redirect (RedirectView)
...
SPR-5468 - Modify RedirectView to allow 301 Permanent Redirects
2009-09-25 10:23:06 +00:00
Juergen Hoeller
39a97a61af
resolve handler bean name early; validate header conditions as well
2009-09-25 09:53:30 +00:00
Juergen Hoeller
aec2bc097e
polishing
2009-09-25 09:45:10 +00:00
Juergen Hoeller
09e6a85edd
fixed overview files
2009-09-25 08:47:18 +00:00
Arjen Poutsma
04fa5d4b99
SPR-6093 - MVC Annotation Inheritance
2009-09-25 08:45:58 +00:00
Arjen Poutsma
501a1ea9af
SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView
2009-09-24 08:31:33 +00:00
Arjen Poutsma
5faa4d90ac
SPR-6130 - Be able to specify a default content type when no extension is used in ContentNegotiatingViewResolver
2009-09-21 14:27:22 +00:00
Jeremy Grelle
982ece595c
SPR-5931 - Allow non-standard attributes in <form> tags
2009-09-21 02:48:00 +00:00
Juergen Hoeller
6420fd303b
fixed checkbox macro (SPR-6120)
2009-09-18 14:42:36 +00:00
Juergen Hoeller
bb70c9a4c4
@RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope)
2009-09-14 10:48:15 +00:00
Juergen Hoeller
6e95b2c311
polishing
2009-09-08 00:05:09 +00:00
Juergen Hoeller
a86a698e5b
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
2009-09-07 23:58:42 +00:00
Rob Harrop
afd6fe9048
[SPR-5927] fixed FormTag attribute clearing
2009-09-06 19:09:29 +00:00
Juergen Hoeller
fee838a65e
support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory
2009-08-24 13:30:42 +00:00
Arjen Poutsma
8d7d3cff1b
SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer
2009-08-19 11:03:28 +00:00
Arjen Poutsma
3b7691d525
SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored
2009-08-18 14:37:23 +00:00
Arjen Poutsma
5680cd4a19
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
2009-08-18 10:45:20 +00:00