• R
    Remove assertion on number of resource locations · 4df05d1f
    Rossen Stoyanchev 提交于
    With the new ResourceResolver abstraction and resource resolver chain
    in 4.1, the assumption that resources are found by checking for the URL
    path under the configured locations is no longer accurate.
    
    A custom ResourceResolver could find resources in ways that don't
    depend on a list of locations.
    
    Issuse: SPR-12133
    4df05d1f
ResourceHandlerRegistration.java 6.2 KB