提交 d4f4225e 编写于 作者: R Rossen Stoyanchev 提交者: Juergen Hoeller

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 a7af9505)
上级 c53184cb
......@@ -18,7 +18,6 @@ package org.springframework.web.servlet.mvc.method;
import java.util.*;
import java.util.Map.Entry;
import java.util.Set;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册