75 Commits (f6e5c1768ee1b28d86e81f8a8476fb7d2afae35f)

Author SHA1 Message Date
Juergen Hoeller f6e5c1768e eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607) 17 years ago
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 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
Juergen Hoeller b1ecb0de45 polishing 17 years ago
Juergen Hoeller 8ddb9b7e0f avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649) 17 years ago
Arjen Poutsma e77fd0565e SPR-5653: RestTemplate handles redirects incorrectly 17 years ago
Juergen Hoeller f7a8f77dcf FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637) 17 years ago
Juergen Hoeller fde7f5dbc7 Hessian service exporter sets content type "application/x-hessian" (SPR-5621) 17 years ago
Arjen Poutsma 974e02e62c Javadoc 17 years ago
Arjen Poutsma 84024eb28f Added readInternal template method 17 years ago
Arjen Poutsma 307c33e93d - Renamed writeToInternal to writeInternal 17 years ago
Juergen Hoeller 400797d395 removed Axis 1.x support 17 years ago
Juergen Hoeller 87e73f7512 updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above) 17 years ago
Ben Hale e3a4b4faae Made WebApplicationContextUtils:registerWebApplicationScopes public. Changed core's org.springframework.asm OSGi import to proper version numbers 17 years ago
Arjen Poutsma 49e870246d SPR-5409 - Support for PUTting and POSTing non-form data 17 years ago
Arjen Poutsma 495e36d4cb polishing 17 years ago
Arjen Poutsma b40541c937 Added test for multiple template variables in one path segment. 17 years ago
Arjen Poutsma 060cf5be50 SPR-5571: typo in RestTemplate javadoc 17 years ago
Juergen Hoeller c35b5f8ef2 polishing 17 years ago
Arjen Poutsma f02a5bf88e Added SourceHttpMessageConverter as a default. 17 years ago
Arjen Poutsma 24d0d31801 SPR-5539: Add XML HttpMessageConverters 17 years ago
Arjen Poutsma 96c071341c SPR-5536: RestTemplate does not do HTTP GET if it should 17 years ago
Arjen Poutsma abe918047f SPR-5536: RestTemplate does not do HTTP GET if it should 17 years ago
Arjen Poutsma 50e19f3ef2 Typos 17 years ago
Arjen Poutsma 9ca901aff3 Javadoc 17 years ago
Juergen Hoeller f6c70c07c5 generified FactoryBeans and further Java 5 code style updates 17 years ago
Arjen Poutsma b82acfef54 Added Form converter as a default 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 42fd21e8b4 Added MultiValueMap 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
Juergen Hoeller c64962792a completed documentation on session destruction callbacks 17 years ago
Juergen Hoeller 4050980b80 all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor" 17 years ago
Juergen Hoeller d4888bfebe Java 5 code style 17 years ago
Arjen Poutsma d05fd46aea Added extractFullFilenameFromUrlPath to WebUtils 17 years ago
Arjen Poutsma c91ea61ed1 Made threadlocals generic 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 1d408b265f introduced @CookieValue annotation 17 years ago