mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish contribution
See gh-29163
This commit is contained in:
+1
@@ -137,6 +137,7 @@ class PathMatchingResourcePatternResolverTests {
|
||||
Resource[] resources = resolver.getResources(pattern);
|
||||
List<String> actualNames = Arrays.stream(resources)
|
||||
.map(Resource::getFilename)
|
||||
// Need to decode within GraalVM native image to get %23 converted to #.
|
||||
.map(filename -> URLDecoder.decode(filename, UTF_8))
|
||||
.sorted()
|
||||
.toList();
|
||||
|
||||
Reference in New Issue
Block a user