70 Commits (4efa91d2f077a8d33ba2bf60aa40dd9225247c9a)

Author SHA1 Message Date
Juergen Hoeller 46cd083976 added chaining-capable "add" method to MutablePropertyValues 17 years ago
Arjen Poutsma a5be9c5cf5 Changing umlaut to unicode sequence 17 years ago
Arjen Poutsma 60d2fdfcea SPR-6188 - UriTemplate: Insufficient handling of characters that need to be escaped. 17 years ago
Arjen Poutsma 077055c8f2 SPR-6291 - UrlPathHelper is too aggressive decoding URLs 17 years ago
Costin Leau 9a111e504f SPR-6194 17 years ago
Arjen Poutsma c812cd370b Fixing test 17 years ago
Arjen Poutsma d0893c425e SPR-6247 - Multipart Content-Type charset is ignored in CommonsFileUploadSupport. 17 years ago
Juergen Hoeller 8a09c8e7da reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures 17 years ago
Arjen Poutsma 8738fd7b7b SPR-6177 - HttpHeadersTests fails with non-english locale 17 years ago
Juergen Hoeller 84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 17 years ago
Arjen Poutsma 06286b19ce Added URI variant methods to the RestTemplate. 17 years ago
Chris Beams fd8935ba0b SPR-5682: 17 years ago
Juergen Hoeller 5c1b0e6caf removed classes which are not used in 3.0 yet 17 years ago
Juergen Hoeller 8eca898d44 removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils 17 years ago
Arjen Poutsma ee0a59d464 Test -> Tests 17 years ago
Arjen Poutsma 66a799552f SPR-2784: Support MultipartFile-array property 17 years ago
Juergen Hoeller a7a97316e7 turned requestedSessionId into a settable property 17 years ago
Keith Donald 77b294fe59 native web request parameter map tests 17 years ago
Keith Donald 9eb85af234 moved multipart and bind to web project since independent of servlet and required by new native web request parameter map 17 years ago
Arjen Poutsma 2d4ae59ff1 SPR-5961 17 years ago
Juergen Hoeller b2f9786ee8 completed Hessian 3.2 upgrade 17 years ago
Juergen Hoeller d64bc93e36 updated Hessian support for Hessian 3.2 compatibility; general remoting refinements 17 years ago
Arjen Poutsma a8e8382034 Added more headers. 17 years ago
Arjen Poutsma c9f4de3ebf Added more headers. 17 years ago
Arjen Poutsma 6598fd736d BindingJacsonConverter/View -> MappingJacksonConverter/View 17 years ago
Arjen Poutsma ddcd9f4905 SPR-5836 - RestTemplate - postForObject() method 17 years ago
Arjen Poutsma 444378c426 SPR-5825 - ShallowEtagHeaderFilter doesn't work: response body is empty 17 years ago
Arjen Poutsma 9a84ef4686 - Javadoc 17 years ago
Arjen Poutsma 3ca8c9be17 SPR-5823 - JSON HttpMessageConverter 17 years ago
Arjen Poutsma f7bf6138f8 SPR-5808 - Make HttpMessageConverterExtractor top level class 17 years ago
Arjen Poutsma 9f4480a1b8 SPR-5774 - UriTemplate not matching querystrings 17 years ago
Arjen Poutsma 51f0fc07fa SPR-5782 - BufferedImageHttpMessageConverter 17 years ago
Juergen Hoeller 59101c096f replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Juergen Hoeller b15e77d5d0 renamed "contextProperties" attribute to "contextParameters" (matching web.xml naming); "contextParameters" contains Servlet/PortletConfig parameters as well; added default "servletContext" and "servletConfig" environment beans; added default "portletContext" and "portletConfig" environment beans; added default web scope "application", wrapping a ServletContext/PortletContext; MockPortletSession supports destruction of session attributes on invalidation 17 years ago
Arjen Poutsma dc90319279 MediaType.parseMediaTypes now accepts null and "" 17 years ago
Arjen Poutsma 7e3e79ca22 SPR-5653: RestTemplate handles redirects incorrectly 17 years ago
Arjen Poutsma dc0a82bb93 Added test for multiple template variables in one path segment. 17 years ago
Juergen Hoeller 6d7bf17394 polishing 17 years ago
Arjen Poutsma ca01cb4df6 SPR-5539: Add XML HttpMessageConverters 17 years ago
Arjen Poutsma b08ad44230 SPR-5536: RestTemplate does not do HTTP GET if it should 17 years ago
Arjen Poutsma eb47a4b5be SPR-5516: RestTemplate should encode the url variables 17 years ago
Arjen Poutsma 4c0edc2b9d SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation 17 years ago
Arjen Poutsma 2d0705467a Added Form converter 17 years ago
Juergen Hoeller 760cab8fea refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 17 years ago
Arjen Poutsma e22f267dba Added ServerHttpRequest/Response to web.http, and Servlet-based implementations. 17 years ago
Arjen Poutsma b2fdd7f1fe Added UriTemplate class 17 years ago
Arjen Poutsma ca535bb1d0 SPR-5260: RestTemplate 17 years ago
Arjen Poutsma cdd37d7e8b Character encoding tests 17 years ago
Arjen Poutsma e9d548e62f Fixed problem when headers were written after ClientHttpRequest.execute() 17 years ago
Arjen Poutsma 0db40dd676 Fixing tests 17 years ago