Files
spring-framework/org.springframework.core
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
2011-07-03 16:24:55 +00:00
2011-08-20 03:01:45 +00:00