Commit Graph
35 Commits
Author SHA1 Message Date
Arjen Poutsma e77fd0565e SPR-5653: RestTemplate handles redirects incorrectly
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@956 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 11:03:35 +00:00
Arjen Poutsma b40541c937 Added test for multiple template variables in one path segment.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@806 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 16:37:58 +00:00
Juergen Hoeller c35b5f8ef2 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@793 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:20:18 +00:00
Arjen Poutsma 24d0d31801 SPR-5539: Add XML HttpMessageConverters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@722 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-03 11:34:41 +00:00
Arjen Poutsma abe918047f SPR-5536: RestTemplate does not do HTTP GET if it should
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@719 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-03 09:32:05 +00:00
Arjen Poutsma 7b9343ac4f SPR-5516: RestTemplate should encode the url variables
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@681 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-24 15:01:01 +00:00
Arjen Poutsma 514f7871e8 SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@680 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-24 14:01:07 +00:00
Arjen Poutsma 4aa00d1acd Added Form converter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@679 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-24 12:59:59 +00:00
Juergen Hoeller a814fd082c refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@676 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-24 11:46:00 +00:00
Arjen Poutsma 943cece896 Added ServerHttpRequest/Response to web.http, and Servlet-based implementations.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@670 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-23 11:49:09 +00:00
Arjen Poutsma 86497cb52a Added UriTemplate class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@669 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-22 14:54:09 +00:00
Arjen Poutsma 46a54a7995 SPR-5260: RestTemplate
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@668 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-22 14:51:00 +00:00
Arjen Poutsma 28e417d9a3 Character encoding tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@667 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-22 14:46:12 +00:00
Arjen Poutsma b859ccd70e Fixed problem when headers were written after ClientHttpRequest.execute()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@666 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-22 14:35:28 +00:00
Arjen Poutsma 975fb59d4b Fixing tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@665 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-22 10:15:32 +00:00
Arjen Poutsma 2e4d84d32d Added HTTP conversion abstraction for RestTemplate
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@662 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-21 13:34:55 +00:00
Arjen Poutsma 66b8688f0e Added HTTP abstraction for RestTemplate
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@661 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-21 11:52:38 +00:00
Juergen Hoeller 7bd9e03f69 fixed HTTP invoker to support resolution of multi-level primitive array classes again
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@647 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-17 17:50:14 +00:00
Arjen Poutsma d05fd46aea Added extractFullFilenameFromUrlPath to WebUtils
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@595 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-05 15:45:25 +00:00
Arjen Poutsma 099f9373cf Resurrected requestScopeTests.xml from revision 573
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@582 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-24 12:16:45 +00:00
Arjen Poutsma a768f11634 SPR-2581: Provide out of the box implementation of the thread scope
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@574 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-22 15:41:29 +00:00
Juergen Hoeller 1441d5d4f5 consistent copies of mocks
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@557 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-20 18:01:40 +00:00
Juergen Hoeller 81880e175a consistent mock behavior
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@554 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-19 23:35:42 +00:00
Chris Beams 2455ed7977 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@453 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-17 18:45:41 +00:00
Chris Beams 4595713e00 moving remoting.*, scheduling.* unit tests from .testsuite -> .context, .web
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@447 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-17 06:13:28 +00:00
Chris Beams 0a172047d4 moving unit tests from .testsuite -> .core
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@414 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-15 01:14:57 +00:00
Juergen Hoeller 2e4373ab32 Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@324 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-21 00:04:10 +00:00
Juergen Hoeller 56e86e533a actually delegate from resolveContextualObject to resolveReference
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@313 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 19:46:28 +00:00
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@305 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 02:10:53 +00:00
Arjen Poutsma 22b83effe4 SPR-5267: Support for PUT and DELETE in spring:form tag
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@283 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-08 09:31:51 +00:00
Arjen Poutsma 899084a1fb Moved tests from testsuite to web
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@265 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:14:16 +00:00
Arjen Poutsma 151b1c73bb Moved tests from testsuite to web
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@262 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:09:18 +00:00
Arjen Poutsma 931f17b364 Moved tests from testsuite to web
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@259 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 10:50:10 +00:00
Arjen Poutsma 926727df7c Moved tests from testsuite to web
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@257 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 10:42:27 +00:00
Arjen Poutsma a5811a33e8 Initial import of web module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@125 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-24 09:42:55 +00:00