Affects: 5.3.3
when I use matching-strategy=path_pattern_parser instead of matching-strategy=ant_path_matcher my application is not able to resolve resources anymore.
I created this sample project here https://github.com/BigMichi1/spring-web-resource where you can see how the resource mapping is added: https://github.com/BigMichi1/spring-web-resource/blob/main/src/main/java/com/example/demo/CustomConfig.java
this works quite well until the path_patter_parser is used.
as one observation I had, was that when I remove server.servlet.context-path=/hello both strategies are working, but when setting the context path only the ant path matcher works
Affects: 5.3.3
when I use
matching-strategy=path_pattern_parserinstead ofmatching-strategy=ant_path_matchermy application is not able to resolve resources anymore.I created this sample project here https://github.com/BigMichi1/spring-web-resource where you can see how the resource mapping is added: https://github.com/BigMichi1/spring-web-resource/blob/main/src/main/java/com/example/demo/CustomConfig.java
this works quite well until the
path_patter_parseris used.as one observation I had, was that when I remove
server.servlet.context-path=/helloboth strategies are working, but when setting the context path only the ant path matcher works