mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
This commit introduces tests which serve as "regression tests" for the behavior of PathMatchingResourcePatternResolver in Spring Framework 5.3.x with regard to URL-encoding and Unicode normalization of resource paths. Specifically, the new tests demonstrate that resource paths do NOT need to be decoded or normalized in 5.3.x. See gh-29243