530 Commits (2989fe4203563e7b2335dcf1e8b14befb69c9512)

Author SHA1 Message Date
Rossen Stoyanchev 4407f6a4c0 Make DeferredResult more usable and testable 12 years ago
Sam Brannen 3b9833c538 Update MockHttpSession across the test suite 12 years ago
Rossen Stoyanchev e65b930e7a Introduced ControllerAdvice annotation 12 years ago
Sam Brannen f1105812af Polish Spring MVC ContextLoader 12 years ago
Rossen Stoyanchev 529e62921d Refactor Servlet 3 async support 12 years ago
Sam Brannen 37dc211f58 Support named dispatchers in MockServletContext 12 years ago
Sam Brannen 060b37ca8d Fix typo in MockFilterChain 12 years ago
Rossen Stoyanchev 64d939bb16 Add ContentNegotiationManagerFactoryBean 12 years ago
Rossen Stoyanchev 028e15faa3 Add options to configure content negotiation 12 years ago
Rossen Stoyanchev 6cc512b51c Ensure async Callables are in sync with the call stack 12 years ago
Rossen Stoyanchev eab6e1d134 Parameterize DeferredResult 12 years ago
Rossen Stoyanchev e860fa9a8b Move feed message converters ahead of jackson/jaxb2 12 years ago
Rossen Stoyanchev c846198e46 Add support for global @ExceptionHandler methods 12 years ago
Juergen Hoeller 9aa43fcef6 reintroduced static DEFAULT_CHARSET field 12 years ago
Rossen Stoyanchev b9786ccaca Fix minor issue in HandlerMethod 12 years ago
Rossen Stoyanchev a4240d2864 Add defaultCharset field to StringHttpMessageConverter 12 years ago
Phillip Webb ecc6a5aed2 Improve SimpleStreamingClientHttpRequest performance 12 years ago
Chris Beams dc822cdca0 Reflect 3.2=>3.1.2 backports in @since tags etc 12 years ago
Rossen Stoyanchev 4fd7645efd Enable smart suffix pattern match for request mapping 12 years ago
Rossen Stoyanchev f94aed8386 Polish ContentNegotiationStrategy support 12 years ago
Rossen Stoyanchev 4623568bce Polish client support for HTTP PATCH 12 years ago
Rossen Stoyanchev a0747458e7 Add support for HTTP PATCH method 12 years ago
Rossen Stoyanchev f05e2bc56f Add abstractions for content negotiation 12 years ago
Sam Brannen e3d8ab2088 Fix Javadoc typo in ConfigurableWebEnvironment 12 years ago
Chris Beams 08498d57dd Fix line endings in new JacksonObjectMapper classes 12 years ago
Dmitry Katsubo aa415d7c0c BeanFactory for configuring a Jackson ObjectMapper 12 years ago
David J. Biesack 7cd0b16403 Minor fix in Javadoc for RequestMapping 12 years ago
Rossen Stoyanchev 277a115f8b Minor Javadoc fix 12 years ago
Maxim Valyanskiy 7cdc53487d Allow parsing of media types with single-quotes 12 years ago
Rossen Stoyanchev ab4952a959 Raise RestClientException for unknown status codes 12 years ago
Scott Andrews b992c3d3f2 Include response headers in RestTemplate exceptions 12 years ago
Chris Beams bca2357be7 Polish web.client exceptions and related classes 12 years ago
Juergen Hoeller 7ea85a959c Fix MultipartResolver Resin compatibility 13 years ago
Juergen Hoeller 2c7d2f7063 Handle non-existent files in ServletContextResource 13 years ago
Chris Beams 2a2b6eef91 Introduce ConfigurableWebEnvironment 13 years ago
Arjen Poutsma f64c13ad2e Add convenient WebAppInitializer base classes 13 years ago
Rossen Stoyanchev 03d6350e4b Fix issue with resolution of WebDataBinder argument 13 years ago
Rossen Stoyanchev 77ae101402 Add required flag to @RequestBody 13 years ago
Rossen Stoyanchev 57307a0b2e Decode path vars when url decoding is turned off 13 years ago
Sam Brannen 59e3223c84 Polish recent changes to Log4jWebConfigurer 13 years ago
Philippe Marschall 13239a0c3d Fix compiler warnings 13 years ago
Chris Beams 2503b7eb89 Fix property replacement bug in Log4jWebConfigurer 13 years ago
Chris Beams 19aceebb96 Fix broken javadoc link to ROME tools project 13 years ago
Chris Beams 2ff43726be Restore serializability of HttpStatusCodeException 13 years ago
Rossen Stoyanchev 1d0e484eac Support access to all URI vars via @PathVariable Map 13 years ago
Rossen Stoyanchev 698d004260 Deprecate HttpStatus codes 419, 420, 421 13 years ago
Rossen Stoyanchev d52fc3bd2f Prevent response updates if @ResponseStatus has reason 13 years ago
Rossen Stoyanchev c57d4e2386 Add trySet method to DeferredResult 13 years ago
Rossen Stoyanchev 982cb2f258 Fix content negotiation issue with sort by q-value 13 years ago
Rossen Stoyanchev 816c1f47a4 Translate EOF to HttpMessageNotReadableException 13 years ago