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 df983b5 commit 2d71297Copy full SHA for 2d71297
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
@@ -1105,6 +1105,7 @@ public HttpSecurity rememberMe(Customizer<RememberMeConfigurer<HttpSecurity>> re
1105
1106
/**
1107
* Allows restricting access based upon the {@link HttpServletRequest} using
1108
+ * {@link RequestMatcher} implementations (i.e. via URL patterns).
1109
*
1110
* <h2>Example Configurations</h2>
1111
0 commit comments