mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-2357: old RequestMatcher interface extends new RequestMatcher
This commit is contained in:
parent
355f884d22
commit
e638f0a547
@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletRequest;
|
|||||||
* @since 3.0.2
|
* @since 3.0.2
|
||||||
* @deprecated use {@link org.springframework.security.web.util.matcher.RequestMatcher}
|
* @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.
|
* Decides whether the rule implemented by the strategy matches the supplied request.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user