-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Rob Winch opened SPR-14247 and commented
In Spring 4.2.5.RELASE the following test passes:
AntPathMatcher matcher = new AntPathMatcher();
assertTrue(matcher.match("/foo/bar", "/foo /bar"));
In Spring 4.2.0.RC1 the test fails. This seems to be related to #18487 See e77ff3c99
Affects: 4.3 RC1
Issue Links:
- Speed up AntPathMatcher by doing prefix-match [SPR-13913] #18487 Speed up AntPathMatcher by doing prefix-match
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug