浏览代码

SEC-2357: old RequestMatcher interface extends new RequestMatcher

Rob Winch 12 年之前
父节点
当前提交
e638f0a547
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/main/java/org/springframework/security/web/util/RequestMatcher.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/util/RequestMatcher.java

@@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletRequest;
  * @since 3.0.2
  * @deprecated use {@link org.springframework.security.web.util.matcher.RequestMatcher}
  */
-public interface RequestMatcher {
+public interface RequestMatcher extends org.springframework.security.web.util.matcher.RequestMatcher {
 
     /**
      * Decides whether the rule implemented by the strategy matches the supplied request.