Skip to content

Commit 18610ea

Browse files
committed
Fix HttpSecurity Javadoc
Fixes gh-4404
1 parent 1964cfd commit 18610ea

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
@@ -586,6 +586,7 @@ public RememberMeConfigurer<HttpSecurity> rememberMe() throws Exception {
586586

587587
/**
588588
* Allows restricting access based upon the {@link HttpServletRequest} using
589+
* {@link RequestMatcher} implementations (i.e. via URL patterns).
589590
*
590591
* <h2>Example Configurations</h2>
591592
*

0 commit comments

Comments
 (0)