Skip to content

Commit 173660c

Browse files
committed
Fix HttpSecurity Javadoc
Fixes gh-4404
1 parent d6aa6a2 commit 173660c

File tree

1 file changed

+1
-0
lines changed
  • config/src/main/java/org/springframework/security/config/annotation/web/builders

1 file changed

+1
-0
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ public RememberMeConfigurer<HttpSecurity> rememberMe() throws Exception {
584584

585585
/**
586586
* Allows restricting access based upon the {@link HttpServletRequest} using
587+
* {@link RequestMatcher} implementations (i.e. via URL patterns).
587588
*
588589
* <h2>Example Configurations</h2>
589590
*

0 commit comments

Comments
 (0)