545 Commits (9be6ddc94642426feb5e3e47a355d4c1e711fdff)

Author SHA1 Message Date
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
Arjen Poutsma 6c58da0e55 SPR-5973: Added UriComponents type 13 years ago
Rossen Stoyanchev 56c8c69c4c SPR-8642 IMPROVE ERROR REPORTING WHEN RESOLVING MULTIPART REQUEST METHOD ARGUMENTS 13 years ago
Arjen Poutsma b6c1e88e4a SPR-5973: Cleaning it up 13 years ago
Arjen Poutsma 5f208936ec Added parse methods 13 years ago
Arjen Poutsma 99f68d3620 SPR-5973: javadoc 13 years ago
Arjen Poutsma 420d11911b SPR-5973: Extract UriComponentTemplate out of UriTemplate 13 years ago
Arjen Poutsma 1d75e1b250 SPR-5973: Changed UriComponent from inner type to top-level enum 13 years ago
Arjen Poutsma f1c68f243e Changed ClientHttpRequestInterceptor array to List 13 years ago
Arjen Poutsma 9a25efbbda SPR-5973: UriBuilder 13 years ago
Rossen Stoyanchev 91251812b1 Polish @ExceptionHandler method resolution. Allow subclasses to plug in additional @ExceptionHandler methods. 13 years ago
Rossen Stoyanchev 7bf44f06a0 SPR-8596 Detect case in UriPathHelper where originating request query (before forwarding) is null. 13 years ago
Arjen Poutsma b06de49c72 Changed ClientHttpRequestInterceptor array to List 13 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 13 years ago
Rossen Stoyanchev 6a06a17c47 SPR-6464 Add target request matching logic to DefaultFlashMapManager. 13 years ago
Rossen Stoyanchev 00ff018b39 SPR-6464 Uncommitted file from the last commit. 13 years ago
Chris Beams 6db594c79d Register JndiPropertySource by default in servlet environments 13 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 13 years ago
Juergen Hoeller 36084c348f fixed timeout assertion 13 years ago
Juergen Hoeller 20f748865e polishing 13 years ago
Juergen Hoeller cce1e2010d added HttpComponentsHttpInvokerRequestExecutor 13 years ago
Juergen Hoeller f0db3d0992 polishing 13 years ago
Juergen Hoeller c564049b23 consistent "connectTimeout" and "readTimeout" properties (SPR-8615) 13 years ago
Rossen Stoyanchev 936c83b030 SPR-6464 Add RedirectModel 13 years ago
Rossen Stoyanchev d746dcaa63 SPR-5628 Use MediaType to parse the content type in HttpPutFormContentFilter 13 years ago
Juergen Hoeller 03c267e93a added "connectTimeout" and "readTimeout" properties to SimpleClientHttpRequestFactory (SPR-8614) 13 years ago
David Syer 47f45ff743 SPR-8585: add generic composite filter 13 years ago
David Syer 0c0ab97a84 Switch servlet dependency to a public one 13 years ago
Rossen Stoyanchev 1df0cd9f20 SPR-6464 Drop @FlashAttributes, add ResponseContext, ViewResponse, and RedirectResponse types for annotated controllers to use to prepare a redirect response with flash attributes; Add FlashMap and FlashMapManager and update DispatcherServlet to discover and invoke the FlashMapManager. 13 years ago
Rossen Stoyanchev fc4ea16ba0 Replace RequestBodyNotValidException and RequestPartNotValidException with MethodArgumentNotValidException and add MethodParameter information to the exception message. 13 years ago
Juergen Hoeller 8f23c66512 SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance (SPR-8574) 13 years ago
Juergen Hoeller 8745024969 added getContentAsByteArray() and getContentAsString() methods (SPR-8575); actually implemented forward, include and handlePageException methods 13 years ago