• B
    Fix ResourceUrlEncodingFilter with context mapping · b3bfa95e
    Brian Clozel 提交于
    Prior to this change, the ResourceUrlEncodingFilter would work well when
    the application is mapped to "/". But when mapped to a non-empty servlet
    context, this filter would not properly encode URLs and apply
    ResourceResolver URL resolution for resources.
    
    This commit makes sure that the lookup path is properly resolved in the
    request URI, taking into account the servlet context.
    
    Issue: SPR-12459
    b3bfa95e
ResourceUrlEncodingFilter.java 3.3 KB