2229 Commits (bf5fe46fa912eb86ad6fb340d3e56cacda568865)

Author SHA1 Message Date
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 8 years ago
Phillip Webb 1c25cec44f Polish test code 8 years ago
Phillip Webb 81451aa800 Organize imports 8 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 8 years ago
Phillip Webb 9de3689f63 Never use 'this.' when accessing loggers 8 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 8 years ago
Phillip Webb eeebd51f57 Use consistent class design 8 years ago
Phillip Webb 0ad0f341bd Don't use single letter catch variables 8 years ago
Phillip Webb 866e9d702e Use consistent block style 8 years ago
Phillip Webb 04a8c285df Fix annotation styling issues 8 years ago
Phillip Webb e9d1b39aff Apply consistent copyright header 8 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 8 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 8 years ago
Rossen Stoyanchev 7ccd2b024d Refine logging for async requests 8 years ago
Juergen Hoeller 2a15962d7f WebHttpHandlerBuilder retains ApplicationContext in copy constructor 8 years ago
Rossen Stoyanchev 900bc8a2e3 Logging improvements for WebFlux 8 years ago
Brian Clozel 4a26f93a0d WebClient writes Content-Length for Mono bodies 8 years ago
Rossen Stoyanchev 28a5c3009e Improve DEBUG/TRACE logging for Spring MVC 8 years ago
Juergen Hoeller 003d643adc Consistent support for new JsonMappingException wording in Jackson 2.9 8 years ago
Mark Chesney e4666c17ec Support new exception message wording since Jackson 2.9 8 years ago
Rossen Stoyanchev ebdcc015a4 Correctly set maxAge and expires in ResponseCookie 8 years ago
Brian Clozel 09d9450154 Add SameSite support in WebFlux SESSION cookies 8 years ago
Juergen Hoeller 1e5f8cc232 FilePart and MultipartFile provide transferTo(Path) variant 8 years ago
Rossen Stoyanchev 0b61c748f6 Protected methods for serializing form content 8 years ago
Rossen Stoyanchev 278881b8df Polish form writer and converter 8 years ago
Juergen Hoeller 0dc434b35e Polishing 8 years ago
Juergen Hoeller 3fc8ec498c MockHttpServletRequest returns a single InputStream or Reader 8 years ago
Juergen Hoeller 0b64bcd319 Remove outdated Servlet environment constraints from annotation javadoc 8 years ago
Allon Mureinik 2573a543b2 SPR-16936 Fix PathVariable javadoc 8 years ago
Brian Clozel 05ff8b722d Fix ResourceRegion HttpMessageConverter write checks 8 years ago
Brian Clozel a5cd01a4c8 Restrict HTTP methods on Reactive HiddenHttpMethodFilter 8 years ago
Brian Clozel f64fa3dea1 Restrict HTTP methods on Servlet HiddenHttpMethodFilter 8 years ago
Rossen Stoyanchev 86c861516d Accept Predicate instead of HandlerTypePredicate 8 years ago
Sebastien Deleuze ac37b678a3 Remove JSONP support 8 years ago
Rossen Stoyanchev 31159a8506 Extract HandlerTypePredicate from ControllerAdviceBean 8 years ago
Rossen Stoyanchev fd946b8157 Protected getContentType in DecoderHttpMessageReader 8 years ago
Rossen Stoyanchev 010352163b Eliminate the need for Encoder#getContentLength 8 years ago
Rossen Stoyanchev 124d4c833c Support for Servlet request params with HTTP DELETE 8 years ago
Rossen Stoyanchev a3216432b5 Polish 8 years ago
Violeta Georgieva ffbc75ae47 Upgrade to Reactor Netty 0.8 8 years ago
Juergen Hoeller c75423216c AbstractRequestLoggingFilter.isIncludeHeaders() declared as protected 8 years ago
Juergen Hoeller 8593fec22c Avoid ConstantConditions warnings suppression (plus related polishing) 8 years ago
Rossen Stoyanchev 2acf91a438 Polish 8 years ago
Rossen Stoyanchev 3ede3a4b34 Extension point in HttpMessageConverterExtractor 8 years ago
Rossen Stoyanchev c7c3e5585b X-Forwarded-Ssl is listed in ForwardedHeaderFilter 8 years ago
Rossen Stoyanchev 3eac2dd31e Support X-Forwarded-Ssl 8 years ago
Rossen Stoyanchev 72022899de Polish Forwarded header support 8 years ago
Rossen Stoyanchev 1e4a3a2370 Return SslInfo only if X509Certificate[] present 8 years ago
Rossen Stoyanchev d035593562 Update @RequestParam Javadoc and remove Portlet mentions 8 years ago
Rossen Stoyanchev 9b496b1264 CodecConfigurer internal refactoring 8 years ago