2293 Commits (fac2e35f967a808b71c6710796af316d65149d04)

Author SHA1 Message Date
Juergen Hoeller d08b72a75a Consistent throwing of HttpMessageNotReadableException vs IOException 6 years ago
Arjen Poutsma 6bcf6ffb06 Add Basic Authentication Consumer 6 years ago
Juergen Hoeller 4ff1e3e74b Consistent abstract declaration for utility classes (plus polishing) 6 years ago
Rossen Stoyanchev e72f4ec501 Fix checkstyle error 6 years ago
Rossen Stoyanchev d74e09a925 Polish MockClientHttpRequest 6 years ago
Rossen Stoyanchev 7f555785dd Add getBodyAsString() to MockClientHttpRequest 6 years ago
Rossen Stoyanchev 51ec7c6b4a Add hook for customizing response cookie 6 years ago
Rossen Stoyanchev 5ec8db1adc Polish CookieWebSessionIdResolver 6 years ago
Rossen Stoyanchev 907a306ee2 Fix locally failing test in FlushingIntegrationTests 6 years ago
Damiano Albani 3165b3c024 Fix typo in Java doc 6 years ago
Juergen Hoeller e22466e9d5 Polishing 6 years ago
Juergen Hoeller d34e6f7f70 Polishing 6 years ago
Juergen Hoeller 40efcc933c Polishing 6 years ago
Juergen Hoeller bac68c8d3f StandardServletMultipartResolver accepts any HTTP method for multipart 6 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 6 years ago
Phillip Webb 1c25cec44f Polish test code 6 years ago
Phillip Webb 81451aa800 Organize imports 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 9de3689f63 Never use 'this.' when accessing loggers 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb 0ad0f341bd Don't use single letter catch variables 6 years ago
Phillip Webb 866e9d702e Use consistent block style 6 years ago
Phillip Webb 04a8c285df Fix annotation styling issues 6 years ago
Phillip Webb e9d1b39aff Apply consistent copyright header 6 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Rossen Stoyanchev 7ccd2b024d Refine logging for async requests 6 years ago
Juergen Hoeller 2a15962d7f WebHttpHandlerBuilder retains ApplicationContext in copy constructor 6 years ago
Rossen Stoyanchev 900bc8a2e3 Logging improvements for WebFlux 6 years ago
Brian Clozel 4a26f93a0d WebClient writes Content-Length for Mono bodies 7 years ago
Rossen Stoyanchev 28a5c3009e Improve DEBUG/TRACE logging for Spring MVC 7 years ago
Juergen Hoeller 003d643adc Consistent support for new JsonMappingException wording in Jackson 2.9 7 years ago
Mark Chesney e4666c17ec Support new exception message wording since Jackson 2.9 7 years ago
Rossen Stoyanchev ebdcc015a4 Correctly set maxAge and expires in ResponseCookie 7 years ago
Brian Clozel 09d9450154 Add SameSite support in WebFlux SESSION cookies 7 years ago
Juergen Hoeller 1e5f8cc232 FilePart and MultipartFile provide transferTo(Path) variant 7 years ago
Rossen Stoyanchev 0b61c748f6 Protected methods for serializing form content 7 years ago
Rossen Stoyanchev 278881b8df Polish form writer and converter 7 years ago
Juergen Hoeller 0dc434b35e Polishing 7 years ago
Juergen Hoeller 3fc8ec498c MockHttpServletRequest returns a single InputStream or Reader 7 years ago
Juergen Hoeller 0b64bcd319 Remove outdated Servlet environment constraints from annotation javadoc 7 years ago
Allon Mureinik 2573a543b2 SPR-16936 Fix PathVariable javadoc 7 years ago
Brian Clozel 05ff8b722d Fix ResourceRegion HttpMessageConverter write checks 7 years ago
Brian Clozel a5cd01a4c8 Restrict HTTP methods on Reactive HiddenHttpMethodFilter 7 years ago
Brian Clozel f64fa3dea1 Restrict HTTP methods on Servlet HiddenHttpMethodFilter 7 years ago
Rossen Stoyanchev 86c861516d Accept Predicate instead of HandlerTypePredicate 7 years ago
Sebastien Deleuze ac37b678a3 Remove JSONP support 7 years ago
Rossen Stoyanchev 31159a8506 Extract HandlerTypePredicate from ControllerAdviceBean 7 years ago
Rossen Stoyanchev fd946b8157 Protected getContentType in DecoderHttpMessageReader 7 years ago