spring-framework/spring-web/src
Andy Clement d924538211 Fix RegexPathElement when matching variables against a root path
The first fix for issue 15264 covered the case of using a single
variable (the case mentioned in the bug report). However, when
more than one variable is used a different PathElement is built.
This RegexPathElement needs a similar change that checks the
path includes data to bind.

Issue: SPR-15264
2017-02-19 17:11:31 -08:00
..
main Fix RegexPathElement when matching variables against a root path 2017-02-19 17:11:31 -08:00
test Fix RegexPathElement when matching variables against a root path 2017-02-19 17:11:31 -08:00