• R
    Improve support for caching encoded resources · b472d192
    Rossen Stoyanchev 提交于
    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
    b472d192
EncodedResourceResolver.java 7.5 KB