614 Commits (2fa0e63e5ab84ac964c55a28000104d3855c886c)

Author SHA1 Message Date
Juergen Hoeller 9fcb578187 fixed StandardServletMultipartResolver compatibility with Resin (SPR-9299) 13 years ago
Juergen Hoeller 8cdfbfe864 ServletContextResource's getFile implementation falls back to getRealPath for non-existent files (SPR-8461) 13 years ago
Spring Buildmaster b32a365f14 Increment version to 3.1.2.BUILD-SNAPSHOT 13 years ago
Spring Buildmaster 79c9ca1a26 Release version 3.1.1.RELEASE 13 years ago
Chris Beams fc416bcb0b Apply @Configuration BeanNameGenerator consistently 13 years ago
Rossen Stoyanchev 66bc214a79 Replace spaces with tabs 13 years ago
Arjen Poutsma edc80ffa95 Use request contentType/encoding in ServletServetHttpRequest/Response 13 years ago
Rossen Stoyanchev 4f4a2e7fc7 Update documentation with regards to differences between @MVC 3.0/3.1 13 years ago
Juergen Hoeller f8238f5243 Servlet/PortletContextResource's "isReadable()" implementation returns false for directories (SPR-9067) 13 years ago
Arjen Poutsma 3ec78e2c04 SPR-9093: UriTemplate not throwing IllegalArgumentException when URIVariables map missing values 13 years ago
Chris Beams 025b8abfaf Allow ACI classes access to servlet context params 13 years ago
Chris Beams 856b77bc31 Optimize ApplicationContextInitializer handling 13 years ago
Rossen Stoyanchev 871336a8c8 Better support for @SessionAttributes in clustered environments 13 years ago
Rossen Stoyanchev 010abd06e3 SPR-9077 Remove empty path segments from input to UriComponentsBuilder. 13 years ago
Rossen Stoyanchev 8530828eb4 SPR-9076 Add normalize() method to UriComponents. 13 years ago
Rossen Stoyanchev 64a69f7cf8 SPR-9079 Don't check for "POST" multipart request method arg resolvers 13 years ago
Chris Beams 87a021d5c9 Add <license> section to 3.1.x Maven poms 13 years ago
Arjen Poutsma 8980ce712d SPR-8986 RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum 13 years ago
Arjen Poutsma ff9ad7adc6 SPR-8986 RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum 13 years ago
Rossen Stoyanchev bcd8355e61 SPR-8974 Fix regression in UriUtils.java 13 years ago
Juergen Hoeller 96b8c46480 nicer error message indicating JAX-WS 2.1 requirement at runtime (SPR-8998) 13 years ago
Rossen Stoyanchev e8fc90ce3e SPR-8917 Fix issue with quoted parameter values in MediaType. 13 years ago
Chris Beams d7d1b495f2 Polish "Support flash attrs..." and related classes 13 years ago
Chris Beams 41c405998e Convert CRLF=>LF on files missed earlier 13 years ago
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 13 years ago
Chris Beams e158f61e93 Increment version to 3.1.1.BUILD-SNAPSHOT 13 years ago
Chris Beams ac107d0c2a Release Spring Framework 3.1.0.RELEASE 13 years ago
Juergen Hoeller 1c45c51fe1 overhaul of support package arrangements for handler method processing; added missing package-info files 13 years ago
Juergen Hoeller 450a3d7eee polishing 13 years ago
Chris Beams 23e58aa718 Preserve programmatically set context config locations 13 years ago
Chris Beams ec1b016602 Improve unsupported operation messages in GenericWAC 13 years ago
Juergen Hoeller 8f69e81197 polishing 13 years ago
Juergen Hoeller d8e640d708 polishing 13 years ago
Juergen Hoeller e648245eb3 added MethodValidationInterceptor/PostProcessor for Hibernate Validator 4.2 based method validation; renamed Spring's variant of @Valid to @Validated 13 years ago
Arjen Poutsma 3beef9a92e SPR-8883 - RestTemplate.headForHeaders throws "IllegalArgumentException: No InputStream specified" on server resource which status code are 4xx 13 years ago
Rossen Stoyanchev c472a163f1 SPR-8572 Support Void.class as response type in RestTemplate. 13 years ago
Arjen Poutsma f9144ea1ea SPR-8367 - 3.1.0.M2 update of the RestTemplate for Apache HTTP Components will default to sending 2 requests on authentication and doesn't support HttpContext parameters without significant extention/rewrite 13 years ago
Juergen Hoeller 426863f790 avoid swallowing of IOException 13 years ago
Chris Beams c2c224958d Polish WebApplicationInitializer Javadoc 13 years ago
Juergen Hoeller bea5016e53 fixed validation test failures 13 years ago
Juergen Hoeller 00133179df added SmartValidator interface with general support for validation hints; added custom @Valid annotation with support for JSR-303 validation groups; JSR-303 SpringValidatorAdapter and MVC data binding provide support for validation groups (SPR-6373) 13 years ago
Juergen Hoeller 49a2aaf023 added SmartValidator interface with general support for validation hints; added custom @Valid annotation with support for JSR-303 validation groups; JSR-303 SpringValidatorAdapter and MVC data binding provide support for validation groups (SPR-6373) 13 years ago
Rossen Stoyanchev 4bfcb79ae3 SPR-8892 Add String constants to MediaType. 13 years ago
Arjen Poutsma 53cb529162 SPR-8809 - RestTemplate headers not sent when bufferRequestBody is false 13 years ago
Rossen Stoyanchev 9f98f77c3e SPR-8863 Add RequestContext.getPathToServlet() method. 13 years ago
Juergen Hoeller 45a0ae3fb9 polishing 13 years ago
Juergen Hoeller f75e832e7c polishing 13 years ago
Arjen Poutsma 91c14bd1fe SPR-8809 - RestTemplate headers not sent when bufferRequestBody is false 13 years ago
Rossen Stoyanchev a9a068e678 SPR-8867 Fix issue with Content-Length header and UTF-8 charset. 13 years ago
Juergen Hoeller b55040cf02 Servlet/PortletContextResource's getFile prefers "file:" URL resolution over calling getRealPath (SPR-8461) 13 years ago