53 Commits (2f66da5293064bd11730d97b7d5fe7104f0336b7)

Author SHA1 Message Date
Keith Donald a41be3b1d5 native web request parameter map tests 17 years ago
Keith Donald eac621dccb 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 110cd5366c SPR-5961 17 years ago
Juergen Hoeller 6cef98e561 completed Hessian 3.2 upgrade 17 years ago
Juergen Hoeller 1f5f85bdd7 updated Hessian support for Hessian 3.2 compatibility; general remoting refinements 17 years ago
Arjen Poutsma b1a3035fff Added more headers. 17 years ago
Arjen Poutsma 19a56ccdf8 Added more headers. 17 years ago
Arjen Poutsma 0909d43f19 BindingJacsonConverter/View -> MappingJacksonConverter/View 17 years ago
Arjen Poutsma 043d911dee SPR-5836 - RestTemplate - postForObject() method 17 years ago
Arjen Poutsma b69a07d696 SPR-5825 - ShallowEtagHeaderFilter doesn't work: response body is empty 17 years ago
Arjen Poutsma af148fb877 - Javadoc 17 years ago
Arjen Poutsma 73cbd145f4 SPR-5823 - JSON HttpMessageConverter 17 years ago
Arjen Poutsma 236e3caa55 SPR-5808 - Make HttpMessageConverterExtractor top level class 17 years ago
Arjen Poutsma 50feeec12b SPR-5774 - UriTemplate not matching querystrings 17 years ago
Arjen Poutsma 35e4ab68a3 SPR-5782 - BufferedImageHttpMessageConverter 17 years ago
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Juergen Hoeller f70e482841 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 24c7108e76 MediaType.parseMediaTypes now accepts null and "" 17 years ago
Arjen Poutsma e77fd0565e SPR-5653: RestTemplate handles redirects incorrectly 17 years ago
Arjen Poutsma b40541c937 Added test for multiple template variables in one path segment. 17 years ago
Juergen Hoeller c35b5f8ef2 polishing 17 years ago
Arjen Poutsma 24d0d31801 SPR-5539: Add XML HttpMessageConverters 17 years ago
Arjen Poutsma abe918047f SPR-5536: RestTemplate does not do HTTP GET if it should 17 years ago
Arjen Poutsma 7b9343ac4f SPR-5516: RestTemplate should encode the url variables 17 years ago
Arjen Poutsma 514f7871e8 SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation 17 years ago
Arjen Poutsma 4aa00d1acd Added Form converter 17 years ago
Juergen Hoeller a814fd082c refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 17 years ago
Arjen Poutsma 943cece896 Added ServerHttpRequest/Response to web.http, and Servlet-based implementations. 17 years ago
Arjen Poutsma 86497cb52a Added UriTemplate class 17 years ago
Arjen Poutsma 46a54a7995 SPR-5260: RestTemplate 17 years ago
Arjen Poutsma 28e417d9a3 Character encoding tests 17 years ago
Arjen Poutsma b859ccd70e Fixed problem when headers were written after ClientHttpRequest.execute() 17 years ago
Arjen Poutsma 975fb59d4b Fixing tests 17 years ago
Arjen Poutsma 2e4d84d32d Added HTTP conversion abstraction for RestTemplate 17 years ago
Arjen Poutsma 66b8688f0e Added HTTP abstraction for RestTemplate 17 years ago
Juergen Hoeller 7bd9e03f69 fixed HTTP invoker to support resolution of multi-level primitive array classes again 17 years ago
Arjen Poutsma d05fd46aea Added extractFullFilenameFromUrlPath to WebUtils 17 years ago
Arjen Poutsma 099f9373cf Resurrected requestScopeTests.xml from revision 573 17 years ago
Arjen Poutsma a768f11634 SPR-2581: Provide out of the box implementation of the thread scope 17 years ago
Juergen Hoeller 1441d5d4f5 consistent copies of mocks 17 years ago
Juergen Hoeller 81880e175a consistent mock behavior 17 years ago
Chris Beams 2455ed7977 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 17 years ago
Chris Beams 4595713e00 moving remoting.*, scheduling.* unit tests from .testsuite -> .context, .web 17 years ago
Chris Beams 0a172047d4 moving unit tests from .testsuite -> .core 17 years ago
Juergen Hoeller 2e4373ab32 Java 5 code style 17 years ago
Juergen Hoeller 56e86e533a actually delegate from resolveContextualObject to resolveReference 17 years ago
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 17 years ago
Arjen Poutsma 22b83effe4 SPR-5267: Support for PUT and DELETE in spring:form tag 17 years ago
Arjen Poutsma 899084a1fb Moved tests from testsuite to web 17 years ago
Arjen Poutsma 151b1c73bb Moved tests from testsuite to web 17 years ago