576 Commits (5ab2bf16a5453f3d54db589a92c3ec4bc553f8d2)

Author SHA1 Message Date
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
Juergen Hoeller 3f7dccddd2 added getObjectMapper() accessor to MappingJacksonHttpMessageConverter (SPR-8605) 13 years ago
Rossen Stoyanchev 947b5fefff SPR-8851 Switch to logging debug messages in AbstractWebArgumentResolverAdapter 13 years ago
Rossen Stoyanchev 60ee0bb8f4 SPR-8020 Support UriComponentsBuilder as a controller method argument. 13 years ago
Rossen Stoyanchev 01cc76f8e3 SPR-8697 Flag '*/subtype' as illegal. 13 years ago
Rossen Stoyanchev 63e235f215 SPR-8750 Refine 'Content-Type' update in MockHttpServletRequest/Response. 13 years ago
Rossen Stoyanchev 7918810366 SPR-8750 Update MockHttpServletRequest/Response handling of contentType. 13 years ago
Chris Beams 70c28a0bc5 Add Apache license header where missing in src/main 13 years ago
Rossen Stoyanchev 2a39f34d33 SPR-8803 Refine UriComponentsBuilder.replaceQueryParam(). 13 years ago
Rossen Stoyanchev c9acaaf9d8 SPR-8823 ServletUriComponentsBuilder polish and reference doc update. 13 years ago
Rossen Stoyanchev d1d48ac940 SPR-8823 Add ServletUriComponentsBuilder. 13 years ago
Rossen Stoyanchev bef75aab07 Polish synchronization of model attributes with the session. 13 years ago
Rossen Stoyanchev d3f4c69f00 SPR-8803 Add UriComponentsBuilder methods to replace path/query. 13 years ago
Arjen Poutsma 78fbceff82 Added check for illegal characters when creating an encoded UriComponents object 13 years ago
Arjen Poutsma e8dd35ce5e Added check for expanding already encoded UriComponents object 13 years ago
Rossen Stoyanchev 1164f5a9fc SPR-8782 Raise helpful error when RedirectAttributes is used with old infrastructure classes. 13 years ago
Juergen Hoeller 2fdc2b5822 fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility) 13 years ago
Juergen Hoeller ca5f38c5e4 marked Apache HttpComponents dependency as optional (SPR-8788); cleanup of conversation dependencies 13 years ago
Chris Beams f60a40be44 Polish Environment subsystem Javadoc 13 years ago
Juergen Hoeller 0d02ef5fe5 removed conversation prototype from 3.1 codebase 13 years ago
Rossen Stoyanchev b08c7f6e00 SPR-6801 @ModelAttribute instantiation refinement. 13 years ago
Arjen Poutsma 5afe139285 SPR-8706 - UriUrils.decode() not properly rejecting invalid escaped URLs 13 years ago
Arjen Poutsma 67fda70cb8 SPR-8713 - DefaultResponseErrorHandler IOException Bug 13 years ago
Rossen Stoyanchev 48f7dcc464 POLISH CREATION OF DATA BINDERS FOR @RequestMapping METHODS 13 years ago
Rossen Stoyanchev 6bc4ea058c POLISH ARGUMENT RESOLVERS AND RETURN VALUE HANDLERS. 13 years ago
Rossen Stoyanchev fb526f534a SPR-8700 REFINE ORDER OF ARGUMENT RESOLUTION AND RETURN VALUE HANDLING. 13 years ago
Rossen Stoyanchev 7a3f02bce9 SPR-8688 Don't use Servlet request params for form 'PUT' in ServletServerHttpRequest. 13 years ago
Rossen Stoyanchev 71cc38aaff SPR-6464 Update reference doc with FlashMap and RedirectAttributes information. 13 years ago
Rossen Stoyanchev b2d88ba858 SPR-6464 Polish following code review. 13 years ago
Arjen Poutsma aeba9d244a SPR-5973: now dealing with path followed by segments (and vice-versa) correctly. 13 years ago
Arjen Poutsma 38f05678c1 SPR-5973: UriComponents now encapsulates uri template variables 13 years ago
Arjen Poutsma 3f2ea7f50e SPR-5973: UriComponents now encapsulates a PathCompont, switching between string paths and path segment lists automatically. 13 years ago
Arjen Poutsma 1b61f27f5b polishing 13 years ago
Arjen Poutsma 663f056329 SPR-5973: UriComponents no longer a Map, moved all static methods from UriComponents to builder, added expand method to UriComponents 13 years ago
Rossen Stoyanchev 28a696ba51 SPR-8676 Fix minor issue in how ServletServletHttpRequest detects form content-type requests 13 years ago
Rossen Stoyanchev 2799e710bc SPR-6464 Add 'setAlwaysUseRedirectAttributes' flag. 13 years ago
Arjen Poutsma c8add61a72 SPR-5973: Using UriComponents in more places, replaced UriBuilder by UriComponentsBuilder, UriComponents is now immutable. 13 years ago
Arjen Poutsma f0ed37c233 SPR-5973: UriUtils.parse returns UriComponents 13 years ago
Arjen Poutsma 65baafa032 SPR-5973: Made UriComponent enum inner type of UriComponents 13 years ago