mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
1efa162cf0
This commit documents the fact that default status handlers configured on the `WebClient` are not applied to `exchangeTo*` methods as those variants give full access to the client response. Applying them here would restrict the ability to adapt the behavior depending on the HTTP response status. Closes gh-30059