mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0b2e3900b9
Prior to this commit, different resource resolvers would resolve accepted codings from the HTTP request sent by the client. This would be done with different implementations, which could lead to resolution errors and desynchronizations. This commit now introduced a new shared method in `EncodedResourceResolver` (Servlet and Reactive) to perform a consisten resolution. Fixes gh-36507