mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
The key in CachingResourceResolver now includes the "Accept-Encoding" request header cleaned to exclude "*", "identity", and parameters, and also sorted alphabetically. For encoded resources the response now includes a response header with "Vary: Accept-Encoding". Issue: SPR-16381