mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Update HttpSecurity.requestMatcher() Javadoc
Fixes gh-3365
This commit is contained in:
parent
df5e3ba6ee
commit
2f4610e8b7
@ -1034,7 +1034,7 @@ public final class HttpSecurity extends
|
||||
* {@link #requestMatcher(RequestMatcher)}.
|
||||
*
|
||||
* <p>
|
||||
* Invoking {@link #requestMatchers()} will override previous invocations of
|
||||
* Invoking {@link #requestMatchers()} will not override previous invocations of
|
||||
* {@link #requestMatchers()}, {@link #antMatcher(String)},
|
||||
* {@link #regexMatcher(String)}, and {@link #requestMatcher(RequestMatcher)}.
|
||||
* </p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user