Juergen Hoeller
|
1841b14b21
|
consistent mocks between modules
|
14 years ago |
Juergen Hoeller
|
19fcbeafb4
|
renamed UriUtilsTest to UriUtilsTests
|
14 years ago |
Juergen Hoeller
|
ace7b072f1
|
fixed accidental change to byte array loop
|
14 years ago |
Juergen Hoeller
|
fd159246ed
|
polishing
|
14 years ago |
Juergen Hoeller
|
2516bc0faf
|
polishing
|
14 years ago |
Juergen Hoeller
|
35971f9f90
|
revised handler method resolution, in particular with respect to generic interfaces (SPR-7355)
|
14 years ago |
Juergen Hoeller
|
f6c07b371f
|
revised DispatcherServlet's last-modified handling to properly work with scoped controllers; added HEAD support to ResourceHttpRequestHandler
|
14 years ago |
Juergen Hoeller
|
29b12adbaa
|
revised web scoping tests
|
14 years ago |
Arjen Poutsma
|
ac1d2d93d6
|
SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception
|
14 years ago |
Juergen Hoeller
|
af0fac9099
|
JaxWsPortProxyFactoryBean takes "wsdlDocumentUrl", "namespaceUri" etc defaults from @WebService (SPR-7412)
|
14 years ago |
Arjen Poutsma
|
60fa490b50
|
Typo
|
15 years ago |
Arjen Poutsma
|
f8425a5f7b
|
SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied
|
15 years ago |
Arjen Poutsma
|
8d5662ec7a
|
typo
|
15 years ago |
Arjen Poutsma
|
c059f53823
|
SPR-7305 - o.s.http.client.SimpleClientHttpRequestFactory does not allow to specify a java.net.Proxy
|
15 years ago |
Arjen Poutsma
|
3160ddf0e8
|
SPR-7314 - RestTemplate does not handle null uri template parameters
|
15 years ago |
Juergen Hoeller
|
7faf4a6713
|
AbstractJaxWsServiceExporter supports "bindingType" bean property, overriding @BindingType; AbstractJaxWsServiceExporter supports "webServiceFeatures" bean property on JAX-WS 2.2
|
15 years ago |
Juergen Hoeller
|
037c277351
|
@MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter (SPR-7296)
|
15 years ago |
Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
15 years ago |
Juergen Hoeller
|
96b1dc9db4
|
ConversionService fully supports conversion from String to MediaType now (through 'valueOf'; SPR-7282); revised exception handling in ObjectToObjectConverter, avoiding InvocationTargetExceptions
|
15 years ago |
Juergen Hoeller
|
2f4453a99c
|
revised Portlet SessionStatus.setComplete() to avoid re-exposure of attributes in render phase (SPR-6126); shortened implicit model render parameter name to "implicitModel" (SPR-7149)
|
15 years ago |
Arjen Poutsma
|
723f94fd0e
|
SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody
|
15 years ago |
Juergen Hoeller
|
12cffc68c8
|
added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle)
|
15 years ago |
Juergen Hoeller
|
632c0e7c5e
|
added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle)
|
15 years ago |
Juergen Hoeller
|
4cef52a86f
|
polishing
|
15 years ago |
Arjen Poutsma
|
ae56f3a361
|
SPR-7211 - Extend HttpMessage interface to expose requestURL
|
15 years ago |
Juergen Hoeller
|
a8ed98255f
|
ServletContextResourcePatternResolver handles "/WEB-INF/lib/*.jar!/**/context.xml" style patterns (SPR-7198)
|
15 years ago |
Luke Taylor
|
27be8434f1
|
Rolled-back accidental .classpath changes
|
15 years ago |
Luke Taylor
|
3f885d0302
|
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
|
15 years ago |
Juergen Hoeller
|
a1e4f4f406
|
MVC mappings properly apply even to welcome file entries that forward to a DispatcherServlet (SPR-7143)
|
15 years ago |
Juergen Hoeller
|
fa7472c057
|
MockHttpServletResponse supports multiple includes (SPR-7188)
|
15 years ago |
Juergen Hoeller
|
4955a73047
|
added support for JAX-WS 2.1 WebServiceFeatures to JaxWsPortClientInterceptor/PortProxyFactoryBean (SPR-5712)
|
15 years ago |
Arjen Poutsma
|
dd8c18188f
|
SPR-7160 - ShallowEtagHeaderFilter not adding ETag
|
15 years ago |
Arjen Poutsma
|
f8a05da1c9
|
SPR-7146 - AppEngine : bug with SimpleClientHttpResponse.getHeaders
|
15 years ago |
Arjen Poutsma
|
c2707150b1
|
SPR-7135 - org.springframework.http.MediaType#checkParameters fails to process a Content-Type like application/xml;charset="utf-8"
|
15 years ago |
Juergen Hoeller
|
3dbe38e418
|
added check for WebSphere's compliance mode (SPR-7064)
|
15 years ago |
Arjen Poutsma
|
1e34e2725a
|
SPR-7107 - RestTemplate/UriTemplate/UriUtils improperly encoding UTF-8
|
15 years ago |
Costin Leau
|
7790dedff2
|
+ disable some of the WAS failing tests
|
15 years ago |
Costin Leau
|
5af6d917e9
|
SPR-7064
+ fix method name
|
15 years ago |
Costin Leau
|
ea9eb853fa
|
SPR-7064
+ added unit tests for WAS with complaint setting
|
15 years ago |
Costin Leau
|
05360c095c
|
SPR-7064
+ unit tests containing the differences between WAS and Tomcat
|
15 years ago |
Juergen Hoeller
|
69c4cdf975
|
remove trailing servlet path slash on WebSphere only (SPR-7064)
|
15 years ago |
Arjen Poutsma
|
3f6cc3f552
|
Added more tests.
|
15 years ago |
Arjen Poutsma
|
b25462ddf9
|
SPR-7107 - RestTemplate/UriTemplate/UriUtils improperly encoding UTF-8
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
385298b808
|
JSP FormTag calculates proper default form action even when using a rewrite filter on WebSphere (SPR-7067)
|
15 years ago |
Juergen Hoeller
|
d34d8764b0
|
fixed getOriginatingQueryString javadoc (SPR-7072)
|
15 years ago |
Arjen Poutsma
|
b5b60cafb7
|
SPR-7063 - MappingJacksonHttpMessageConverter breaks with Jackson 1.0.x
|
15 years ago |
Arjen Poutsma
|
5105793228
|
javadoc
|
15 years ago |
Arjen Poutsma
|
689e7b7af2
|
Introduced ResponseEntity, for access to the response status code
|
15 years ago |
Juergen Hoeller
|
461b488eee
|
polishing
|
15 years ago |