Skip to content

Commit 37fa49b

Browse files
author
Steve Riesenberg
committed
Polish gh-11952
1 parent f462134 commit 37fa49b

File tree

1 file changed

+2
-0
lines changed
  • config/src/main/kotlin/org/springframework/security/config/web/servlet

1 file changed

+2
-0
lines changed

Diff for: config/src/main/kotlin/org/springframework/security/config/web/servlet/CsrfDsl.kt

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import javax.servlet.http.HttpServletRequest
3434
* @property requireCsrfProtectionMatcher specify the [RequestMatcher] to use for
3535
* determining when CSRF should be applied.
3636
* @property sessionAuthenticationStrategy the [SessionAuthenticationStrategy] to use.
37+
* @property csrfTokenRequestHandler the [CsrfTokenRequestHandler] to use for making
38+
* the CSRF token available as a request attribute
3739
*/
3840
@SecurityMarker
3941
class CsrfDsl {

0 commit comments

Comments
 (0)