mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
faa74988c4
Before this commit, when adding filters to a builder obtained via `WebClient.mutate()`, the filters were added both to the original client as well as the mutated builder. This commit fixes that. Issue: SPR-16059