Skip to content

Commit e88c5c0

Browse files
samiconductorrwinch
authored andcommitted
Fix CSRF session authentication strategy since version
1 parent 0b4502b commit e88c5c0

File tree

1 file changed

+2
-2
lines changed
  • config/src/main/java/org/springframework/security/config/annotation/web/configurers

1 file changed

+2
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/CsrfConfigurer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public CsrfConfigurer<H> ignoringRequestMatchers(RequestMatcher... requestMatche
188188
* </p>
189189
*
190190
* @author Michael Vitz
191-
* @since 5.1
191+
* @since 5.2
192192
*
193193
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
194194
* @return the {@link CsrfConfigurer} for further customizations
@@ -316,7 +316,7 @@ private AccessDeniedHandler createAccessDeniedHandler(H http) {
316316
* {@link CsrfAuthenticationStrategy} is created.
317317
*
318318
* @author Michael Vitz
319-
* @since 5.1
319+
* @since 5.2
320320
*
321321
* @return the {@link SessionAuthenticationStrategy}
322322
*/

0 commit comments

Comments
 (0)