Skip to content

Commit 2d71297

Browse files
committed
Fix HttpSecurity Javadoc
Fixes gh-4404
1 parent df983b5 commit 2d71297

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
@@ -1105,6 +1105,7 @@ public HttpSecurity rememberMe(Customizer<RememberMeConfigurer<HttpSecurity>> re
11051105

11061106
/**
11071107
* Allows restricting access based upon the {@link HttpServletRequest} using
1108+
* {@link RequestMatcher} implementations (i.e. via URL patterns).
11081109
*
11091110
* <h2>Example Configurations</h2>
11101111
*

0 commit comments

Comments
 (0)