432 Commits (57c757afc50000d933193cba1aeeff9127483d5a)

Author SHA1 Message Date
Christian Dupuis 2e5f1c22f6 fixed Eclipse classpath file 15 years ago
Chris Beams cf93e7c69e Fixed typo in javadoc on HttpRequestHandler 15 years ago
Arjen Poutsma 4880d1d461 SPR-6976 - Add debug log for HttpMessageConverter usage 15 years ago
Arjen Poutsma 85b8befbd1 SPR-6970 - AbstractHttpMessageConverter canWrite logic the wrong way round?? 15 years ago
Arjen Poutsma 991c982e5b SPR-5866 - RestTemplate - access to Request Headers 15 years ago
Juergen Hoeller eee72c52da mention actual endpoint address in connect failure exception message (SPR-6971) 15 years ago
Arjen Poutsma b0e3081636 SPR-5866 - RestTemplate - access to Request Headers 15 years ago
Arjen Poutsma 886eb665bf SPR-5866 - RestTemplate - access to Request Headers 15 years ago
Arjen Poutsma 70ee2ee7b1 SPR-5866 - RestTemplate - access to Request Headers 15 years ago
Arjen Poutsma f3f535623f Fixing the build 15 years ago
Arjen Poutsma 63076d0865 SPR-6969 - Introduce HttpEntity 15 years ago
Arjen Poutsma fc0a6ce40c Javadoc 15 years ago
Arjen Poutsma 88773ae7f1 a HTTP -> an HTTP 15 years ago
Arjen Poutsma af4b22e5b9 SPR-5904 - Merged multipart support into FormHttpMessageConverter 15 years ago
Arjen Poutsma def90d1016 SPR-5904 - Multipart/mixed requests using RestTemplate 15 years ago
Arjen Poutsma f588ab05fa Added readonly version of HttpHeaders 15 years ago
Arjen Poutsma 0efb9d8023 SPR-5904 - Multipart/mixed requests using RestTemplate 15 years ago
Arjen Poutsma 5303ab68aa Atom Feed HttpMessageConverter 15 years ago
Arjen Poutsma c91ff130d5 SPR-6946 - RestTemplate should not encode fragments (#'s) 15 years ago
Juergen Hoeller cfbc5224e3 fixed exception propagation issue with Hessian 4.0 (SPR-6899) 15 years ago
Juergen Hoeller 57993d871e WebApplicationObjectSupport's initServletContext will be called only once in any scenario (SPR-6914) 15 years ago
Arjen Poutsma d207c2294d Fixed wrong encoding of URI templates with @-signs (SPR-6874) 15 years ago
Arjen Poutsma e653a9cd03 javadoc 15 years ago
David Syer 1a351db6e0 Update Central POMs to 3.0.2 15 years ago
Juergen Hoeller 44ef114981 fixed @RequestParam(required=false) regression for @InitBinder methods (SPR-6878) 15 years ago
Juergen Hoeller 5063c6dd00 upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2 15 years ago
Costin Leau 8d0bb00188 + make use or property placeholders inside template.mf 15 years ago
Arjen Poutsma 68b4c7df6e SPR-6752 - RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum 15 years ago
Juergen Hoeller 54acebd086 UriTemplate properly quotes variable values (SPR-6854) 15 years ago
Juergen Hoeller 4ae1709313 relaxed generic Class declaration in HttpMessageConverter's canRead/canWrite/read signatures (SPR-6848) 15 years ago
Juergen Hoeller db2d323d96 store a static WebApplicationContext reference if the Spring jars get deployed in the same web application as the ContextLoader (SPR-5652) 15 years ago
Juergen Hoeller 97059f4e18 @RequestParam/RequestHeader/CookieValue's defaultValue allows for declaring empty String (SPR-6791) 15 years ago
Juergen Hoeller 4778c4b750 support for Hessian 4.0.x (SPR-6041) 15 years ago
Juergen Hoeller 5f166f6799 added warning about annotated controller interfaces (SPR-6655) 15 years ago
Juergen Hoeller 56e119e822 @SessionAttributes works when used on an annotated controller interface with AOP proxying (SPR-6797) 15 years ago
Arjen Poutsma 7832381dd2 SPR-6788: fixed compareTo() consistency with equals 15 years ago
Costin Leau 0fd4a45070 + upgrade to AspectJ 1.6.8 15 years ago
Arjen Poutsma 2047b9b6b3 SPR-6788: fixed compareTo() consistency with equals 15 years ago
Arjen Poutsma 44626054ce SPR-6786: added more checks for quality factors & charsets 15 years ago
Arjen Poutsma 6e21c17253 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 15 years ago
Arjen Poutsma 0135a9451a SPR-6786 - The method org.springframework.http.MediaType.parseMediaType does not always throw IllegalArgumentException as the documentantion claims 15 years ago
Arjen Poutsma 0c6b99e489 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 15 years ago
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 15 years ago
Arjen Poutsma f2fdf9fa6b SPR-6771 - HttpMessageConverter should accept Class<? extends T> on can read 15 years ago
Chris Beams 1cda8cb6fa Updated documentation to point out that AnnotationConfigWebApplicationContext can accept both fully-qualified class names as well as base packages to the contextConfigLocation init-param. 15 years ago
Arjen Poutsma 0a4a09a09d SPR-6759 - Jetty 7 doesn't like ShallowEtagHeaderFilter 15 years ago
Juergen Hoeller 0a6f2348b8 WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727) 15 years ago
Arjen Poutsma 8d5fc2bf91 SPR-6686 - @ResponseBody throws HttpMediaTypeNotAcceptableException if client accepts "*/*" 15 years ago
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 15 years ago
Juergen Hoeller b5b1962530 removed MultipartRequest mixin interface again (avoiding a package dependency cycle) 15 years ago