180 Commits (753d0b0c911985621136ffd820589456beab3041)

Author SHA1 Message Date
Arjen Poutsma 3a1c88f059 SPR-5782 - BufferedImageHttpMessageConverter 16 years ago
Arjen Poutsma 51f0fc07fa SPR-5782 - BufferedImageHttpMessageConverter 16 years ago
Arjen Poutsma d7d1ae89f3 SPR-5767 - Misleading error message in HandlerMethodInvoker.resolveRequestBody() 16 years ago
Juergen Hoeller e70d2ce14c polishing 16 years ago
Juergen Hoeller 59101c096f replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 16 years ago
Juergen Hoeller b72af54f53 eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607) 16 years ago
Juergen Hoeller 266a65982d 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 16 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 16 years ago
Arjen Poutsma dc90319279 MediaType.parseMediaTypes now accepts null and "" 16 years ago
Juergen Hoeller 58a458986f polishing 16 years ago
Juergen Hoeller 20fc42add0 avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649) 16 years ago
Arjen Poutsma 7e3e79ca22 SPR-5653: RestTemplate handles redirects incorrectly 16 years ago
Juergen Hoeller 2524ca33d5 FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637) 16 years ago
Juergen Hoeller eabad33aa2 Hessian service exporter sets content type "application/x-hessian" (SPR-5621) 16 years ago
Arjen Poutsma ea37cdc006 Javadoc 16 years ago
Arjen Poutsma f92b7f1011 Added readInternal template method 16 years ago
Arjen Poutsma d14cc0d7a2 - Renamed writeToInternal to writeInternal 16 years ago
Juergen Hoeller 7e4a230793 removed Axis 1.x support 16 years ago
Juergen Hoeller 07fba932ac updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above) 16 years ago
Ben Hale fe99003b45 Made WebApplicationContextUtils:registerWebApplicationScopes public. Changed core's org.springframework.asm OSGi import to proper version numbers 16 years ago
Arjen Poutsma 035eea01e8 SPR-5409 - Support for PUTting and POSTing non-form data 16 years ago
Arjen Poutsma 476a0ed76e polishing 16 years ago
Arjen Poutsma dc0a82bb93 Added test for multiple template variables in one path segment. 16 years ago
Arjen Poutsma a004ed1c51 SPR-5571: typo in RestTemplate javadoc 16 years ago
Juergen Hoeller 6d7bf17394 polishing 16 years ago
Arjen Poutsma 61a1c4d0c6 Added SourceHttpMessageConverter as a default. 16 years ago
Arjen Poutsma ca01cb4df6 SPR-5539: Add XML HttpMessageConverters 16 years ago
Arjen Poutsma cbd5ddbb0d SPR-5536: RestTemplate does not do HTTP GET if it should 16 years ago
Arjen Poutsma b08ad44230 SPR-5536: RestTemplate does not do HTTP GET if it should 16 years ago
Arjen Poutsma b96b72fbaf Typos 16 years ago
Arjen Poutsma 5367ec0ff7 Javadoc 16 years ago
Juergen Hoeller 160249c012 generified FactoryBeans and further Java 5 code style updates 16 years ago
Arjen Poutsma 866ee1150e Added Form converter as a default 16 years ago
Arjen Poutsma eb47a4b5be SPR-5516: RestTemplate should encode the url variables 16 years ago
Arjen Poutsma 4c0edc2b9d SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation 16 years ago
Arjen Poutsma 2d0705467a Added Form converter 16 years ago
Juergen Hoeller 760cab8fea refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 16 years ago
Arjen Poutsma bc8941084a Added MultiValueMap 16 years ago
Arjen Poutsma e22f267dba Added ServerHttpRequest/Response to web.http, and Servlet-based implementations. 16 years ago
Arjen Poutsma b2fdd7f1fe Added UriTemplate class 16 years ago
Arjen Poutsma ca535bb1d0 SPR-5260: RestTemplate 16 years ago
Arjen Poutsma cdd37d7e8b Character encoding tests 16 years ago
Arjen Poutsma e9d548e62f Fixed problem when headers were written after ClientHttpRequest.execute() 16 years ago
Arjen Poutsma 0db40dd676 Fixing tests 16 years ago
Arjen Poutsma 2de9e2a38d Added HTTP conversion abstraction for RestTemplate 16 years ago
Arjen Poutsma 4a02cd96ea Added HTTP abstraction for RestTemplate 16 years ago
Juergen Hoeller 35c36dda4b fixed HTTP invoker to support resolution of multi-level primitive array classes again 16 years ago
Juergen Hoeller c8080be4e5 completed documentation on session destruction callbacks 16 years ago
Juergen Hoeller 6cdc25d66a all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor" 16 years ago
Juergen Hoeller 92588cddc6 Java 5 code style 16 years ago