924 Commits (e4539d9f4003bee0f3cd31dd70b87a32ffb95884)

Author SHA1 Message Date
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 10 years ago
Sebastien Deleuze aea23e42c7 Polish 10 years ago
Rossen Stoyanchev 0d1b7fd14f Fix RequestPartServletServerHttpRequest encoding issue 10 years ago
Rossen Stoyanchev 3272a3b8ba Check HTTP method before raising 415 10 years ago
Brian Clozel 244c95b076 Fix @RequestBody argument processing for null Content-Type 10 years ago
Juergen Hoeller dc1f921f5c Split between basic MethodParameter and SynthesizingMethodParameter 10 years ago
Brian Clozel 39d689da0c Fix conditional requests support for HttpEntity 10 years ago
Sam Brannen 42424d6359 Document XML attributes in mvc:resource-chain in 4.1 XSD 10 years ago
Sam Brannen c9b26d80e1 Polish resource chain documentation 10 years ago
Brian Clozel c61552b258 Document XML attributes in mvc:resource-chain 10 years ago
Juergen Hoeller a2d3c27ed1 Allow MVC handler methods to return any CharSequence type as view name 10 years ago
Brian Clozel ba48d6489f Mention Groovy Markup Templates in ref doc 10 years ago
Sebastien Deleuze 289f35da3a Call type aware canWrite() when using a GenericHttpMessageConverter 10 years ago
Sebastien Deleuze 31a5434ea4 Make @ResponseBody method return type available for message converters 10 years ago
Brian Clozel 9ada55dc6b Fix NPE in GzipResourceResolver 10 years ago
Sam Brannen de9f27872e Polish CORS support classes 10 years ago
Sam Brannen 6c530b7bfb Delete trailing whitespace in XML files 10 years ago
Sam Brannen 078d252d1e Delete trailing whitespace in Java source code 10 years ago
Sebastien Deleuze 1e39a18819 Polish 10 years ago
Rossen Stoyanchev 0ef8af4798 Use .setStatus in ResponseStatusExceptionResolver 10 years ago
Rossen Stoyanchev 8d7812b1b6 Raise IAE when no converter matches return type 10 years ago
Brian Clozel a421bd2c27 Avoid duplicate Etag/Last-Modified header values 10 years ago
Juergen Hoeller 92f1754b1e Fixed fallback mode in ObjenesisCglibAopProxy, plus consistent support for bypassing Objenesis (e.g. on Google App Engine) 10 years ago
Rossen Stoyanchev 210e10c657 Add AsyncHandlerMethodReturnValueHandler 10 years ago
Sebastien Deleuze 8187833502 Change default JSON prefix from "{} && " to ")]}', " 10 years ago
Sebastien Deleuze a08c9f3137 Polish serialization/deserialization exception logging 10 years ago
Juergen Hoeller b7d3a2a25b ResourceHttpRequestHandlerTests avoids millisecond-level comparisons 10 years ago
Rossen Stoyanchev 4b05bda0bf Missing path variable is now a 500 error 10 years ago
Stephane Nicoll 95acf8c989 Remove references to codehaus.org 10 years ago
Sam Brannen 32c17bf540 Revise method and parameter names in annotation support 10 years ago
Sam Brannen 2b339db53b Polish @CrossOrigin 10 years ago
Brian Clozel 0175068cab Improve Last-Modified & ETag support 10 years ago
Rossen Stoyanchev 9712a32c46 Allow setting timeout in ResponseBodyEmitter 10 years ago
Sebastien Deleuze 0c3b34f7d5 Polish CORS global configuration 10 years ago
Sebastien Deleuze 15da5efc86 Fix combining class and method level @CrossOrigin attributes 10 years ago