spring-framework/spring-webmvc
rstoyanchev f95bf96ec9 Correct path encoding/decoding in PathResourceResolver
Decoding is required for non-UrlResource when the HandlerMapping is
not expected to decode the path. Encoding is the opposite.

This commit ensures correct determination of whether the HandlerMapping
is expected to have decoded the path or not that in turn depends on
whether PathPattern or PathMatcher is in use.

Closes gh-27791
2022-05-23 11:03:42 +01:00
..
src Correct path encoding/decoding in PathResourceResolver 2022-05-23 11:03:42 +01:00
spring-webmvc.gradle Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00