mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Make method in MatcherType public for use in OAuth.
This commit is contained in:
parent
f978814bb1
commit
e69b981c72
@ -34,7 +34,7 @@ public enum MatcherType {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
BeanDefinition createMatcher(String path, String method) {
|
||||
public BeanDefinition createMatcher(String path, String method) {
|
||||
if ("/**".equals(path) && method == null) {
|
||||
return new RootBeanDefinition(AnyRequestMatcher.class);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user