707 Commits (0f51ff5ebc33201218be6616e7eb3600f24f1960)

Author SHA1 Message Date
Andy Clement f98ea11e5e Fix string handling to avoid exceptions when doing path extraction 9 years ago
Brian Clozel 4ff17676d3 Avoid duplicate Content-Length headers in Netty client 9 years ago
Juergen Hoeller 199aa776c9 Support for Servlet 4.0 (PushBuilder argument, MockServletContext) 9 years ago
Brian Clozel fa4202f1bd Revert Path Pattern changes in WebFlux 9 years ago
Juergen Hoeller ed85337901 MockHttpServletRequest exposes "HTTP/1.1" as default protocol 9 years ago
Brian Clozel 5488906d0c Polish 9 years ago
Greg Turnquist e4be7131ca Implement reactive HiddenHttpMethodFilter 9 years ago
Brian Clozel 8d43f45515 Reduce API Surface in PathPatternRegistry 9 years ago
Brian Clozel 09d18f2ef5 Refactor HandlerMapping path match configuration 9 years ago
Brian Clozel 18c04815a7 Add PathPatternRegistry 9 years ago
Brian Clozel a4da313a0a Polish 9 years ago
Andy Clement f786feb5e1 Ensure correct recognition for start of match-the-rest path elements 9 years ago
Andy Clement f58ffad939 Introduce PathPatternParser for optimized path matching 9 years ago
Rossen Stoyanchev f2967467e0 Improve writing in mock reactive request and response 9 years ago
Sebastien Deleuze 6b9b0230c4 Introduce JSON streaming support 9 years ago
Rossen Stoyanchev 1466c82f53 Better support for overriding base URI in WebClient 9 years ago
Juergen Hoeller 0da964f0a7 MockHttpServletRequest returns empty BufferedReader in case of no content 9 years ago
Rossen Stoyanchev c79092f0f9 Refactor random port in reactive module tests 9 years ago
Rossen Stoyanchev 1fb0b0b786 Expose remoteAddress from ServerHttpRequest 9 years ago
Juergen Hoeller 9243a14794 Test for correct handling of multiple header values 9 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 9 years ago
Juergen Hoeller 768802fa96 ResourceHttpMessageConverter reads Content-Disposition header to expose filename through Resource 9 years ago
Rossen Stoyanchev b487ed6748 Fix trailing slash issue 9 years ago
Rossen Stoyanchev d057c3d981 Deprecate DefaultUriTemplate handler 9 years ago
Rossen Stoyanchev 7b67b5bc2a Introduce UriBuilderFactory and UriBuilder 9 years ago
Rossen Stoyanchev cb0d992303 Refactor test HttpServer implementations 9 years ago
Violeta Georgieva 383375c35f Use separate reactive HttpHandler for Tomcat/Jetty 9 years ago
Rossen Stoyanchev ae034e9afe Polish content disposition 9 years ago
Rossen Stoyanchev c8f98ecd8d Add MockPart to spring-test 9 years ago
Rossen Stoyanchev f2e293aadf UriComponents allows "+" in a query param 9 years ago
Rossen Stoyanchev b609f3a546 WebHttpHandlerBuilder supports @Order on beans 9 years ago
Rossen Stoyanchev 9faaa22fd4 Enable reactive web integration tests 9 years ago
Brian Clozel a0427209d8 Upgrade to Reactor Aluminium SNAPSHOT 9 years ago
Juergen Hoeller ad5386773e ContentCachingRequestWrapper supports content cache limit 9 years ago
Rossen Stoyanchev 9819558cba Support encoded query string in reactive requests 9 years ago
Eiichi Sato 613e65f043 Fix URL decoding issue in reactive @RequestParam 9 years ago
Juergen Hoeller 047786acef Revised InvocableHandlerMethod exception messages (controller vs endpoint vs handler) 9 years ago
Vedran Pavić 83beb9d57d Set MockSessionCookieConfig#maxAge default to -1 9 years ago
Rossen Stoyanchev ba3cc535f1 Refactor reactive mock request and response support 9 years ago
Juergen Hoeller 743ce2cda6 Polishing 9 years ago
Juergen Hoeller 02d727fd7c MockHttpServletRequestBuilder supports multiple locales 9 years ago
Sebastien Deleuze aa43472f2e Fix error handling in Jackson2JsonDecoder 9 years ago
Sam Brannen 9ed66bf2eb Clean up warnings across code base 9 years ago
Brian Clozel afd93a0b52 Disable streaming when reading to Resources in RestTemplate 9 years ago
Rob Winch df98d304fd Fix ForwardedHeaderFilter with non-empty contextPath 9 years ago
Brian Clozel 1ab0916bed Fix default content-type for ResourceRegion HTTP responses 9 years ago
Juergen Hoeller 311522bc86 Run reactive integration tests only as part of performance group 9 years ago
Juergen Hoeller ef5c797569 Polishing 9 years ago
Brian Clozel 54901ab865 Avoid explicit DecoratedObjectFactory setup in JettyRequestUpgradeStrategy 9 years ago
Sebastien Deleuze 69b69442bc Add ServerSentEventHttpMessageReader 9 years ago