Skip to content

Commit

Permalink
Merge branch '5.8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Oct 7, 2022
2 parents 6753f97 + 37fa49b commit dcda899
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dcda899

Please sign in to comment.