Polish gh-11952

This commit is contained in:
Steve Riesenberg 2022-10-07 17:40:12 -05:00
parent f462134e87
commit 37fa49b32d
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 2 additions and 0 deletions

View File

@ -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 {