mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
45d887f973
This commit fixes a regression introduced in gh-34971 where GET and DELETE requests would not allow request bodies anymore for `JdkClientHttpRequest`. We are now using `builder.GET()` and `builder.DELETE()` methods only if the provided body is null. Fixes gh-35068