mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
89e0273244
Prior to this commit, `WebClientResponseException` would only support the deprecated "unprocessable entity" status. This commit adds the missing support for "unprocessable content" when creating exceptions with `WebClientResponseException#create`. Fixes gh-35802