797 Commits (d53f0b995a503aa398cf9d1225f2e038b0c1a574)

Author SHA1 Message Date
Sebastien Deleuze 4338719d98 Serialize with type only collections in Jackson HttpMessageConverter 9 years ago
Rossen Stoyanchev f5210ce0c8 Ensure headers committed immediately for SseEmitter 9 years ago
Juergen Hoeller e0f012f32d Removal of redundant JdkVersion checks in the test suite 9 years ago
Juergen Hoeller e841cad577 Deprecation polishing 9 years ago
Juergen Hoeller 9ef38807e6 Polishing 9 years ago
Brian Clozel 80767ff6e9 Use sendError in ResponseStatusExceptionResolver 9 years ago
Juergen Hoeller e8ef3654c6 Polishing 9 years ago
Juergen Hoeller 10a2f50130 Overridable invokeHandlerMethod and createInvocableHandlerMethod hooks 9 years ago
Juergen Hoeller ff46cec58f Polishing 9 years ago
Juergen Hoeller 965fca808a Polishing 9 years ago
Juergen Hoeller d83735694e Polishing 9 years ago
Juergen Hoeller 9e62c8efa1 DefaultHandlerExceptionResolver logs warn entries for conversion exceptions 9 years ago
Brian Clozel 0e2e6cf045 Polish WebJarsResourceResolver 9 years ago
Brian Clozel accb8519fd Polish WebJarsResourceResolver 9 years ago
Sam Brannen b6c0e7cba3 Remove trailing whitespace in Java source code 9 years ago
Juergen Hoeller e1cce309ae DispatcherServlet passes resolved multipart request into applyDefaultViewName 9 years ago
Sebastien Deleuze 8e5244ac3d Polish script templating documentation 9 years ago
Juergen Hoeller 1a636b1023 Polishing 9 years ago
Juergen Hoeller 7c22d60fd8 Streamlined WebContentGenerator API variants: checkRequest, prepareResponse, applyCacheControl, applyCacheSeconds 9 years ago
Brian Clozel 088a50c1fb Improve setDateHeader impl in MockServletResponse 9 years ago
Brian Clozel eef937e4f2 Rename <mvc:cachecontrol/> to <mvc:cache-control/> 9 years ago
Brian Clozel 9149bf7ad4 Polish 9 years ago
Felix 09e3fc40e5 Reset Pragma header in WebContentGenerator 9 years ago
Brian Clozel dba46c1358 Partial revert of SPR-13090 9 years ago
Sebastien Deleuze 70a03ee2a4 Rename CorsConfigurationMapping to UrlBasedCorsConfigurationSource 9 years ago
Sam Brannen 6950d977c2 Polish and simplify DispatcherServletInitializerTests 9 years ago
Sam Brannen 5f3506ae8f Suppress build warnings in tests 9 years ago
Brian Clozel 106cce58cc Fix tests 9 years ago
Brian Clozel 064abad9d8 PathResourceResolver should not resolve root path 9 years ago
Juergen Hoeller d183bbb667 Javadoc refinements, exception fine-tuning, general polishing 9 years ago
Sebastien Deleuze 34de167e59 Support non thread-safe ScriptEngine in ScriptTemplateView 9 years ago
Juergen Hoeller bdb63483df Common DataWithMediaType class and common synchronization for ResponseBodyEmitter/SseEmitter 9 years ago
Stephane Nicoll d738dddd8f Add `createDispatcherServlet` hook point 9 years ago
Sebastien Deleuze 882fe129f3 Polish CORS support 9 years ago
Sebastien Deleuze cd9b3903a7 Introduce CorsFilter and CorsConfigurationMapping 9 years ago
Brian Clozel 8e566026e0 RedirectViews should always use RESPONSE_STATUS_ATTRIBUTE 9 years ago
Brian Clozel ef0eb01f93 Fix backwards compatibility in WebContentInterceptor 9 years ago
Sebastien Deleuze 8ee0e78980 Add Access-Control-Request-Method check for CORS preflight requests 9 years ago
Sebastien Deleuze aea23e42c7 Polish 9 years ago
Rossen Stoyanchev 0d1b7fd14f Fix RequestPartServletServerHttpRequest encoding issue 9 years ago
Rossen Stoyanchev 3272a3b8ba Check HTTP method before raising 415 9 years ago
Brian Clozel 244c95b076 Fix @RequestBody argument processing for null Content-Type 9 years ago
Juergen Hoeller dc1f921f5c Split between basic MethodParameter and SynthesizingMethodParameter 9 years ago
Brian Clozel 39d689da0c Fix conditional requests support for HttpEntity 9 years ago
Sam Brannen 42424d6359 Document XML attributes in mvc:resource-chain in 4.1 XSD 9 years ago
Sam Brannen c9b26d80e1 Polish resource chain documentation 9 years ago
Brian Clozel c61552b258 Document XML attributes in mvc:resource-chain 9 years ago
Juergen Hoeller a2d3c27ed1 Allow MVC handler methods to return any CharSequence type as view name 9 years ago
Brian Clozel ba48d6489f Mention Groovy Markup Templates in ref doc 9 years ago
Sebastien Deleuze 289f35da3a Call type aware canWrite() when using a GenericHttpMessageConverter 9 years ago