Skip to content

Commit

Permalink
Fix CSRF session authentication strategy since version
Browse files Browse the repository at this point in the history
  • Loading branch information
samiconductor authored and rwinch committed Jul 31, 2019
1 parent 0b4502b commit e88c5c0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -188,7 +188,7 @@ public CsrfConfigurer<H> ignoringRequestMatchers(RequestMatcher... requestMatche
* </p>
*
* @author Michael Vitz
* @since 5.1
* @since 5.2
*
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
* @return the {@link CsrfConfigurer} for further customizations
Expand Down Expand Up @@ -316,7 +316,7 @@ private AccessDeniedHandler createAccessDeniedHandler(H http) {
* {@link CsrfAuthenticationStrategy} is created.
*
* @author Michael Vitz
* @since 5.1
* @since 5.2
*
* @return the {@link SessionAuthenticationStrategy}
*/
Expand Down

0 comments on commit e88c5c0

Please sign in to comment.