Skip to content

Commit d4f4225

Browse files
rstoyanchevjhoeller
authored andcommitted
Avoid filling up AntPathMatcher cache
This change avoid use of AntPathMatcher to extract URI template variables when the lookup path is used as the best matching pattern. Issue: SPR-10803 (cherry picked from commit a7af950)
1 parent c53184c commit d4f4225

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMapping.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import java.util.*;
2020
import java.util.Map.Entry;
21-
import java.util.Set;
2221

2322
import javax.servlet.ServletException;
2423
import javax.servlet.http.HttpServletRequest;

0 commit comments

Comments
 (0)