Polish contribution

See gh-29163
This commit is contained in:
Sam Brannen
2022-09-25 19:19:47 +02:00
parent 0e22c3d89d
commit 7a15805f6c
2 changed files with 32 additions and 30 deletions
@@ -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();