mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
dd814b6d30
This commit introduces assertions that verify that the sub-path is properly URL-decoded when a path contains `#`. The additional assertions are necessary since the existing assertions use Resource#getFilename which already implicitly decodes the path. See gh-29243