• S
    Polish static resource handling mechanism · 3d18cfea
    Sam Brannen 提交于
    - ResourceResolver and ResourceResolverChain now have a consistent API
      with regard to method names and terminology.
    
    - ResourceResolver and ResourceResolverChain now accept
      List<? extends Resource> instead of List<Resource> for simplified
      programmatic use.
    
    - Improved Javadoc across the package.
    
    - Formatted code to align with standards.
    
    - Removed all references to ResourceUrlPathTranslator.
    
    Issue: SPR-10933
    3d18cfea
ResourceUrlEncodingFilter.java 2.7 KB