Brian Clozel opened SPR-15259 and commented
The following code demonstrates the issue:
PathPatternParser ppp = new PathPatternParser();
PathPattern pp = ppp.parse("/**");
assertTrue(pp.matches("/"));
String s = pp.extractPathWithinPattern("/");
assertEquals("", s);
Affects: 5.0 M4
Referenced from: commits f98ea11