Files
spring-framework/org.springframework.web.servlet
Rossen Stoyanchev b5bcfa0ae3 SPR-8858 Fix in AntPathMatcher.combine(..)
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 "{".
2011-11-23 17:53:18 +00:00
..
2011-08-30 13:16:12 +00:00
2008-10-27 15:48:40 +00:00
2010-02-04 11:46:21 +00:00