1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Merge branch '5.8.x'

This commit is contained in:
Steve Riesenberg
2022-10-07 17:40:37 -05:00
@@ -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 {