2022 Commits (44fd2d96cc0af01266b7af8eeefa7a524ff6f0ac)

Author SHA1 Message Date
Sebastien Deleuze 5c1d8c7c59 Leverage ZonedDateTime in HttpHeaders 8 years ago
Arjen Poutsma 0a4d3c14db Jackson2JsonDecoder should support empty JSON array 8 years ago
Sebastien Deleuze 1e04cdfa7e Add CorsWebFilter 8 years ago
Sebastien Deleuze 59e90943e4 Rename CorsProcessor#processRequest to process 8 years ago
Juergen Hoeller 03133630cb Missing @Nullable annotations in WebFlux, in particular around locale resolution 8 years ago
Juergen Hoeller 535103cd52 Fine-tune HTTP/RMI Invoker exception handling 8 years ago
Juergen Hoeller c244f33f84 Polishing 8 years ago
Sebastien Deleuze 38db64e0d8 Warn when Jackson + Kotlin are used without jackson-module-kotlin 8 years ago
Rossen Stoyanchev 4a21fb27fc Fix root path test and add more test cases 8 years ago
Rossen Stoyanchev 67e482aaf8 Fix ROOT_PATH constant to match recent changes 8 years ago
Rossen Stoyanchev 53e8ebe6a6 Fix failing test (after previous commit) 8 years ago
Rossen Stoyanchev 97917aa57d Add PathSegmentContainer subPath extracting method 8 years ago
Rossen Stoyanchev 1018bf771b Separate DefaultRequestPath/DefaultPathSegmentContainer 8 years ago
Rossen Stoyanchev 97a97f9bba RequestPath improvements 8 years ago
Juergen Hoeller 7b5f96c804 HttpComponentsAsyncClientHttpRequestFactory supports plain HttpAsyncClient as well 8 years ago
Juergen Hoeller 137fc48cc2 Polishing 8 years ago
Sebastien Deleuze 97909f2258 Support date properties in Content-Disposition HTTP header 8 years ago
Sebastien Deleuze e0e6736bc5 Introduce LocaleContextResolver in WebFlux 8 years ago
Juergen Hoeller a0cea9a86f Polishing 8 years ago
Juergen Hoeller 779deb0fa7 Cleanup of duplicate semicolons 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Brian Clozel 233c15b80e Add PathPatternRegistry for handler mapping matching 8 years ago
Brian Clozel 1f0d107d37 Enable trailing slash matching by default 8 years ago
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
Arjen Poutsma 9bf82dc18f Add addAll(MultiValueMap) 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Rossen Stoyanchev 38a12ed4ba Expose RequestPath in ServerHttpRequest 8 years ago
Rossen Stoyanchev 2d17411ec4 Add RequestPath to http/server/reactive 8 years ago
Juergen Hoeller e2e0410570 Method-level javadoc on XmlReaderContext etc 8 years ago
Rossen Stoyanchev b65bfdb979 Remove HttpRequestPathHelper 8 years ago
Rossen Stoyanchev 95196e1aee Use undecoded pathWithinApplication in WebFlux 8 years ago
Andy Clement ff2af660cf PathPatternParser encodes patterns as it parses them 8 years ago
Sebastien Deleuze 86580b2358 Polishing 8 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller 7eaedf2916 Debug-level log entry for any Jackson exception during canConvert 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Andy Clement 77576ed6fe Fix PathPattern comparator result for wildcard suffix usage 8 years ago
Rossen Stoyanchev 4244df740b Consolidate matrix vars parsing in HttpRequestPathHelper 8 years ago
Rossen Stoyanchev d2685dfe67 Add static factory/accessor methods to LookupPath 8 years ago
Rossen Stoyanchev a7020e419a Polish use of LookupPath 8 years ago
Brian Clozel 74fb2645fd Fix LookupPath parsing 8 years ago
Rossen Stoyanchev 4d52590964 Improve docs on forwarded headers 8 years ago
Rossen Stoyanchev 895fa2ea7b Add removeOnly mode to ForwardedHeaderFilter 8 years ago
Brian Clozel cf1bc81199 Introduce LookupPath in WebFlux request routing 8 years ago
Brian Clozel 0557404715 Throw exception for illegal PathMatch configurations 8 years ago
Rossen Stoyanchev b93579a43e Polish 8 years ago