Browse Source

Merge branch '5.8.x'

pull/11986/head
Steve Riesenberg 3 years ago
parent
commit
dcda899c8c
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 2
      config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt

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

@ -34,6 +34,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher @@ -34,6 +34,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher
* @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 {

Loading…
Cancel
Save