mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:02:00 +00:00
Currently the combine method consolidates "/*" and "/hotel"
into "/hotel". However if the first pattern contains URI template
variables, the consolidation seems wrong. The fix is to prevent
the consolidation if the first pattern contains "{".