浏览代码

Merge branch '5.8.x'

Steve Riesenberg 2 年之前
父节点
当前提交
dcda899c8c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt

+ 2 - 0
config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt

@@ -34,6 +34,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher
  * @property requireCsrfProtectionMatcher specify the [RequestMatcher] to use for
  * @property requireCsrfProtectionMatcher specify the [RequestMatcher] to use for
  * determining when CSRF should be applied.
  * determining when CSRF should be applied.
  * @property sessionAuthenticationStrategy the [SessionAuthenticationStrategy] to use.
  * @property sessionAuthenticationStrategy the [SessionAuthenticationStrategy] to use.
+ * @property csrfTokenRequestHandler the [CsrfTokenRequestHandler] to use for making
+ * the CSRF token available as a request attribute
  */
  */
 @SecurityMarker
 @SecurityMarker
 class CsrfDsl {
 class CsrfDsl {