404 Commits (ca2dbc1c59af4ef45e092d9d7ea4592cb0a03fe1)

Author SHA1 Message Date
Arjen Poutsma c4a954a618 SPR-7494 - Introduce interceptors for RestTemplate 14 years ago
Arjen Poutsma 62425568b9 SPR-7494 - Introduce interceptors for RestTemplate 14 years ago
Juergen Hoeller b3f039ae5f Servlet/PortletRequestDataBinder perform unwrapping for MultipartRequest as well (SPR-7795) 14 years ago
Arjen Poutsma 4835be78b7 Made abstract requests public again 14 years ago
Arjen Poutsma 4e50eafe74 Small performance improvement 14 years ago
Arjen Poutsma 1ed1c59888 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError 14 years ago
Arjen Poutsma d0d6a07870 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError 14 years ago
Arjen Poutsma 33674933ea OutOfMemory Errors when posting large objects via RestTemplate 14 years ago
Arjen Poutsma 465e093bfb SPR-7729 - MediaType incorrectly calls the toString() method instead of name() method causing RestTemplate on Android to fail 14 years ago
Arjen Poutsma 4998d061f8 SPR-7869 - Accept-Charset header with '*' results in java.nio.charset.IllegalCharsetNameException 14 years ago
Chris Beams a7293d2961 Introduce ApplicationContextInitializer interface 14 years ago
Chris Beams 15ac99f59c Introduce and integrate JndiPropertySource 14 years ago
Chris Beams bc41cb2f27 Polish (Mutable)PropertySources 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Arjen Poutsma 74b5b7b56a SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 14 years ago
Arjen Poutsma e5d8fa0771 SPR-7834 - HttpHeaders.getEtag() mangles the value 14 years ago
Arjen Poutsma fbede64c86 SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 14 years ago
Arjen Poutsma e98afc087f SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 14 years ago
Chris Beams 5e6912302a Introduce "Aware" superinterface 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Chris Beams 9f5fd3afcf Normalize indentation of Apache license URL 14 years ago
Arjen Poutsma 64c7549c70 Removed JDK 1.6 usage 14 years ago
Arjen Poutsma 9f4499cb36 SPR-7789 - FormHttpMessageConverter does not honor the charset in the content type when writing a form and uses a wrong default charset 14 years ago
Arjen Poutsma d0394599ad SPR-7789 - FormHttpMessageConverter does not honor the charset in the content type when writing a form and uses a wrong default charset 14 years ago
Arjen Poutsma db3634f859 SPR-7706 - 304 responses should not have non-0 Content-Length 14 years ago
David Syer b73224427f Add missing ROME dep 14 years ago
Arjen Poutsma 01120eb2f0 Using random port for HTTP integration tests 14 years ago
Arjen Poutsma 416777022d SPR-6614 - Add human-readable descriptions for statuc codes in HttpStatus 14 years ago
Arjen Poutsma 7cc3f49910 SPR-7695 - Add ETag version of WebRequest.checkNotModified() 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Arjen Poutsma a37a9e8a38 SPR-7667 14 years ago
Arjen Poutsma c5c1d70aa3 SPR-6291 - UrlPathHelper is too aggressive decoding URLs 14 years ago
Juergen Hoeller 3740380a7a polishing 14 years ago
Juergen Hoeller cb434793d5 avoid double flushing of ObjectOutputStream when close is being called right afterwards anyway 14 years ago
Juergen Hoeller ae3cfff380 fixed JodaTimeContextHolder to use a non-inheritable ThreadLocal and expose a reset method (SPR-7441); use of remove() even when being called with a null argument 14 years ago
Juergen Hoeller 6b3c299a50 consistent handling of handler methods, init binder methods and model attribute methods (SPR-7355) 14 years ago
Arjen Poutsma 21cca695e5 Polishing 14 years ago
Arjen Poutsma 70cb81b4b5 SPR-7591 - HttpStatusCodeException should contain response body 14 years ago
Juergen Hoeller a3f155220b UriTemplate is serializable now (SPR-7541) 14 years ago
Juergen Hoeller 284f98f12a fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483) 14 years ago
Juergen Hoeller a251d6a6cc revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) 14 years ago
Arjen Poutsma b67da6c3f8 Granting Keith's wish 14 years ago
Juergen Hoeller e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 14 years ago
Juergen Hoeller 66a5bb7c22 JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505) 14 years ago
Ben Hale 7730e76c06 Publishing license and notice files 14 years ago
Arjen Poutsma dbfa049e1e Prepping for 3.0.5 14 years ago
Juergen Hoeller e4792aaf33 polishing 14 years ago
Juergen Hoeller 9b3fbc2333 WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) 14 years ago
Juergen Hoeller d1afb29074 Servlet/PortletContextResource inherit isReadable, contentLength and lastModified from AbstractFileResolvingResource 14 years ago