فهرست منبع

Polish gh-11952

Steve Riesenberg 2 سال پیش
والد
کامیت
37fa49b32d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      config/src/main/kotlin/org/springframework/security/config/web/servlet/CsrfDsl.kt

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

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