Skip to content

Commit dcda899

Browse files
author
Steve Riesenberg
committed
Merge branch '5.8.x'
2 parents 6753f97 + 37fa49b commit dcda899

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher
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)