142 Commits (1ed03fc6caec159db6fe4a27f085f4effa130a1a)

Author SHA1 Message Date
Chris Beams 15ac99f59c Introduce and integrate JndiPropertySource 15 years ago
Chris Beams bc41cb2f27 Polish (Mutable)PropertySources 15 years ago
Arjen Poutsma e5d8fa0771 SPR-7834 - HttpHeaders.getEtag() mangles the value 15 years ago
Arjen Poutsma fbede64c86 SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Arjen Poutsma e98afc087f SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 15 years ago
Chris Beams 9f5fd3afcf Normalize indentation of Apache license URL 15 years ago
Arjen Poutsma db3634f859 SPR-7706 - 304 responses should not have non-0 Content-Length 15 years ago
Arjen Poutsma 01120eb2f0 Using random port for HTTP integration tests 16 years ago
Arjen Poutsma 7cc3f49910 SPR-7695 - Add ETag version of WebRequest.checkNotModified() 16 years ago
Arjen Poutsma a37a9e8a38 SPR-7667 16 years ago
Arjen Poutsma c5c1d70aa3 SPR-6291 - UrlPathHelper is too aggressive decoding URLs 16 years ago
Arjen Poutsma 70cb81b4b5 SPR-7591 - HttpStatusCodeException should contain response body 16 years ago
Juergen Hoeller 9b3fbc2333 WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) 16 years ago
Juergen Hoeller 255d1ad434 WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) 16 years ago
Juergen Hoeller 5b0448c609 MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data" 16 years ago
Juergen Hoeller 1841b14b21 consistent mocks between modules 16 years ago
Juergen Hoeller 19fcbeafb4 renamed UriUtilsTest to UriUtilsTests 16 years ago
Juergen Hoeller 29b12adbaa revised web scoping tests 16 years ago
Arjen Poutsma ac1d2d93d6 SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception 16 years ago
Arjen Poutsma c059f53823 SPR-7305 - o.s.http.client.SimpleClientHttpRequestFactory does not allow to specify a java.net.Proxy 16 years ago
Arjen Poutsma 3160ddf0e8 SPR-7314 - RestTemplate does not handle null uri template parameters 16 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 16 years ago
Juergen Hoeller 12cffc68c8 added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle) 16 years ago
Arjen Poutsma ae56f3a361 SPR-7211 - Extend HttpMessage interface to expose requestURL 16 years ago
Juergen Hoeller fa7472c057 MockHttpServletResponse supports multiple includes (SPR-7188) 16 years ago
Juergen Hoeller 4955a73047 added support for JAX-WS 2.1 WebServiceFeatures to JaxWsPortClientInterceptor/PortProxyFactoryBean (SPR-5712) 16 years ago
Arjen Poutsma dd8c18188f SPR-7160 - ShallowEtagHeaderFilter not adding ETag 16 years ago
Arjen Poutsma c2707150b1 SPR-7135 - org.springframework.http.MediaType#checkParameters fails to process a Content-Type like application/xml;charset="utf-8" 16 years ago
Juergen Hoeller 3dbe38e418 added check for WebSphere's compliance mode (SPR-7064) 16 years ago
Arjen Poutsma 1e34e2725a SPR-7107 - RestTemplate/UriTemplate/UriUtils improperly encoding UTF-8 16 years ago
Costin Leau 7790dedff2 + disable some of the WAS failing tests 16 years ago
Costin Leau 5af6d917e9 SPR-7064 16 years ago
Costin Leau ea9eb853fa SPR-7064 16 years ago
Costin Leau 05360c095c SPR-7064 16 years ago
Arjen Poutsma 3f6cc3f552 Added more tests. 16 years ago
Arjen Poutsma b25462ddf9 SPR-7107 - RestTemplate/UriTemplate/UriUtils improperly encoding UTF-8 16 years ago
Arjen Poutsma 689e7b7af2 Introduced ResponseEntity, for access to the response status code 16 years ago
Juergen Hoeller 2c9753ad25 NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594) 16 years ago
Arjen Poutsma 753a54096f SPR-7000 - AnnotationMethodHandlerAdapter gives priority to media type order over quality when selecting a method 16 years ago
Arjen Poutsma 212daa1995 SPR-7002 - RestTemplate fails to convert properly for Generic Type Container with MappingJacksonHttpMessageConverter 16 years ago
Arjen Poutsma 4880d1d461 SPR-6976 - Add debug log for HttpMessageConverter usage 16 years ago
Arjen Poutsma 85b8befbd1 SPR-6970 - AbstractHttpMessageConverter canWrite logic the wrong way round?? 16 years ago
Arjen Poutsma b0e3081636 SPR-5866 - RestTemplate - access to Request Headers 16 years ago
Arjen Poutsma 70ee2ee7b1 SPR-5866 - RestTemplate - access to Request Headers 16 years ago
Arjen Poutsma 63076d0865 SPR-6969 - Introduce HttpEntity 16 years ago
Arjen Poutsma af4b22e5b9 SPR-5904 - Merged multipart support into FormHttpMessageConverter 16 years ago
Arjen Poutsma def90d1016 SPR-5904 - Multipart/mixed requests using RestTemplate 16 years ago
Arjen Poutsma f588ab05fa Added readonly version of HttpHeaders 16 years ago
Arjen Poutsma 0efb9d8023 SPR-5904 - Multipart/mixed requests using RestTemplate 16 years ago