Commit Graph
87 Commits
Author SHA1 Message Date
Arjen Poutsma af148fb877 - Javadoc
- Renamed JacksonHttpMessageConverter to BindingJacksonHttpMessageConverter

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1367 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-12 11:26:13 +00:00
Arjen Poutsma 73cbd145f4 SPR-5823 - JSON HttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1364 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-12 07:53:53 +00:00
Arjen Poutsma 236e3caa55 SPR-5808 - Make HttpMessageConverterExtractor top level class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1352 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-11 09:51:45 +00:00
Arjen Poutsma 701ccd1c7a SPR-5808 - Make HttpMessageConverterExtractor top level class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1351 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-11 09:35:56 +00:00
Juergen Hoeller fbd8191347 added JAX-WS workaround for WebLogic 10.3 (SPR-5771)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1330 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-09 14:16:18 +00:00
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 04:14:22 +00:00
Arjen Poutsma 50feeec12b SPR-5774 - UriTemplate not matching querystrings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1253 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 12:25:22 +00:00
Arjen Poutsma e241542e8d SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1248 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 11:52:43 +00:00
Arjen Poutsma 35e4ab68a3 SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1247 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 11:48:46 +00:00
Arjen Poutsma 76ca1add52 SPR-5767 - Misleading error message in HandlerMethodInvoker.resolveRequestBody()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1230 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-22 10:45:52 +00:00
Juergen Hoeller 407060ac59 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1225 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-20 00:31:00 +00:00
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1166 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:37:43 +00:00
Juergen Hoeller f6e5c1768e eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1149 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 22:22:11 +00:00
Juergen Hoeller 1d1dba1693 Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1127 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-07 22:29:55 +00:00
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1094 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 12:12:01 +00:00
Arjen Poutsma 24c7108e76 MediaType.parseMediaTypes now accepts null and ""
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1038 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-21 13:41:15 +00:00
Juergen Hoeller b1ecb0de45 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1030 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-19 20:36:33 +00:00
Juergen Hoeller 8ddb9b7e0f avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@968 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 10:51:45 +00:00
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
Juergen Hoeller f7a8f77dcf FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@898 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:16:35 +00:00
Juergen Hoeller fde7f5dbc7 Hessian service exporter sets content type "application/x-hessian" (SPR-5621)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@887 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 14:36:46 +00:00
Arjen Poutsma 974e02e62c Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@873 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-30 16:46:01 +00:00
Arjen Poutsma 84024eb28f Added readInternal template method
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@859 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-27 17:57:41 +00:00
Arjen Poutsma 307c33e93d - Renamed writeToInternal to writeInternal
- Added separate exceptions for reading and writing HttpMessages

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@857 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-27 17:43:29 +00:00
Juergen Hoeller 400797d395 removed Axis 1.x support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@851 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-27 17:28:25 +00:00
Juergen Hoeller 87e73f7512 updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@834 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-27 00:00:31 +00:00
Ben Hale e3a4b4faae Made WebApplicationContextUtils:registerWebApplicationScopes public. Changed core's org.springframework.asm OSGi import to proper version numbers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@826 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-26 09:53:14 +00:00
Arjen Poutsma 49e870246d SPR-5409 - Support for PUTting and POSTing non-form data
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@823 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-25 16:33:27 +00:00
Arjen Poutsma 495e36d4cb polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@821 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-25 12:15:11 +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
Arjen Poutsma 060cf5be50 SPR-5571: typo in RestTemplate javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@804 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:54:48 +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 f02a5bf88e Added SourceHttpMessageConverter as a default.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@723 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-03 11:38:38 +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 96c071341c SPR-5536: RestTemplate does not do HTTP GET if it should
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@720 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-03 09:32:48 +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 50e19f3ef2 Typos
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@715 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-02 20:22:55 +00:00
Arjen Poutsma 9ca901aff3 Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@692 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-25 12:12:14 +00:00
Juergen Hoeller f6c70c07c5 generified FactoryBeans and further Java 5 code style updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@686 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-25 00:34:22 +00:00
Arjen Poutsma b82acfef54 Added Form converter as a default
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@684 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-24 16:21:07 +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 42fd21e8b4 Added MultiValueMap
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@671 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-23 17:15: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