We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964cfd commit 18610eaCopy full SHA for 18610ea
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
@@ -586,6 +586,7 @@ public RememberMeConfigurer<HttpSecurity> rememberMe() throws Exception {
586
587
/**
588
* Allows restricting access based upon the {@link HttpServletRequest} using
589
+ * {@link RequestMatcher} implementations (i.e. via URL patterns).
590
*
591
* <h2>Example Configurations</h2>
592
0 commit comments