Keith Donald
c8d6360855
ability to have multiple path patterns per mapped interceptor definition
15 years ago
Keith Donald
d4a21f1db8
added back mvc:interceptors element and added interceptor matching based on path pattern; needs review
15 years ago
Keith Donald
fbfa67e8a6
ordered sorting
15 years ago
Keith Donald
57f0a7d94b
added detectInterceptors compatibility check
15 years ago
Arjen Poutsma
dc0613f487
HttpMessageConverter.supports() is split into canRead/canWrite.
...
HttpMessageConverter.write() now allows for a specific content type.
15 years ago
Juergen Hoeller
a1916ca765
polishing
15 years ago
Sam Brannen
218051464d
Fixed typo
15 years ago
Keith Donald
8259d45583
removed now obsolete test case
15 years ago
Keith Donald
de1d548725
SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping
15 years ago
Arjen Poutsma
89975c8b79
SPR-6378 - RC2: Issue with RequestMethod.GET differs from M2
15 years ago
Arjen Poutsma
ef50082cad
SPR-6280 - PathVariable resolution does not work properly
15 years ago
Keith Donald
94eeb99333
used managed list to detect bean definitions
15 years ago
Keith Donald
7309b11849
mvc namespace interceptors element--ignoring test case until issue with setting collection of bean definition property values is resolved
15 years ago
Keith Donald
44fcc572a7
mvc:interceptors namespace element initial commit
15 years ago
Keith Donald
d9aab1079c
found hotspot; added ConverisonServiceFactoryBean
15 years ago
Juergen Hoeller
4efa91d2f0
mvc:annotation-driven exposes default Validator and ConversionService as top-level beans (SPR-6377)
15 years ago
Juergen Hoeller
46cd083976
added chaining-capable "add" method to MutablePropertyValues
15 years ago
Juergen Hoeller
856fefeaad
fixed javadoc to reflect current implementation (SPR-6390)
15 years ago
Keith Donald
d85dc01e28
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
15 years ago
Luke Taylor
222ae33666
SPR-6087: Updated Javadoc for HandlerInterceptor to indicate invocation order of afterCompletion() methods
15 years ago
Jeremy Grelle
58841f3c66
Updated javadoc to reflect minimum JSP version 2.0
15 years ago
Jeremy Grelle
130ef7948d
Fixed javadoc
15 years ago
Arjen Poutsma
60d2fdfcea
SPR-6188 - UriTemplate: Insufficient handling of characters that need to be escaped.
15 years ago
Keith Donald
70fe75384d
fixed failing tests due to generic object to object converter fallback being over eager
15 years ago
Thomas Risberg
7844a633b5
added entry for unversioned xsd reference
15 years ago
Keith Donald
fdabfefe32
docs
15 years ago
Keith Donald
a725717261
tests for custom conversion service / validator
15 years ago
Christian Dupuis
cb8b603bdf
update icon for mvc namespace
15 years ago
Keith Donald
e690bf0c62
not needed according to Christian
15 years ago
Keith Donald
6f3dfe13d0
mvc namespace conversion-service and validator attributes
15 years ago
Keith Donald
4b76cdd1a3
date time format code review
15 years ago
Keith Donald
1bb007c321
results of code review of mvc namespace
15 years ago
Keith Donald
91dd752e71
added test dep to ivy.xml causing build failure
15 years ago
Keith Donald
566516b89a
polishing
15 years ago
Keith Donald
6f4112af80
updated favoring style pattern string instead of Style enum for DateTimeFormat
15 years ago
Costin Leau
c3bf658058
SPR-6102
...
+ add old method for backwards compatibility
15 years ago
Costin Leau
af0a529bb5
SPR-6102
...
+ loosen FrameworkServlet#createWebApplicationContext signature
15 years ago
Arjen Poutsma
077055c8f2
SPR-6291 - UrlPathHelper is too aggressive decoding URLs
15 years ago
Keith Donald
7bd34a6cb1
added format import to web.servlet manifest
15 years ago
Juergen Hoeller
2a0b3cf3c9
polishing
15 years ago
Juergen Hoeller
4e233047c8
TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility; SPR-6309)
15 years ago
Juergen Hoeller
b321376703
AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now (SPR-6298)
15 years ago
Keith Donald
fe4f41d33c
default config for web binding initializer and formatting/conversion system w/ mvc namespace
15 years ago
Keith Donald
ee15bbb494
mvc namespace installation of handler mapping and handler adapter
15 years ago
Keith Donald
733be4f400
spring mvc namespace initial commit; work in progress
15 years ago
Arjen Poutsma
8de34c6fa7
SPR-6301 - Support @RequestHeader on HttpHeaders parameters
15 years ago
Scott Andrews
6c80dbaa9e
polish - removing unused import
15 years ago
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.
15 years ago
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
15 years ago
Arjen Poutsma
2288b2523e
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
15 years ago