spring-framework/spring-webmvc/src
skarafaz e2aa117ff9 Find exact matches in WebJarsResourceResolver
Prior to this commit, resolving resources from webjars using the
`WebJarAssetLocator.getFullPath` could lead to multiple candidates,
since this method is trying to find *any* resource matching that path
under the given webjar location.

This commit replaces that call with
`WebJarAssetLocator.getFullPathExact`, which avoids those multiple
matches and only resolves resources if the given path is exact.

Issue: SPR-15526
2017-05-24 10:45:38 +02:00
..
main Find exact matches in WebJarsResourceResolver 2017-05-24 10:45:38 +02:00
test Use original query string of forwarded request 2017-05-19 17:07:17 -04:00