AntPathPatternMatcher hardcoded "/" separator in variables glob #26264
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: bug
A general bug
If you don't use the default separator, "/" should not be special:
Expected {/=oa}
note: the previous example is treated as an exact match:
See
spring-framework/spring-core/src/main/java/org/springframework/util/AntPathMatcher.java
Line 645 in 17e6cf1
The text was updated successfully, but these errors were encountered: