mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Merge branch '5.8.x'
This commit is contained in:
commit
dcda899c8c
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user