mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Fix CSRF session authentication strategy since version
This commit is contained in:
parent
0b4502b2c5
commit
e88c5c0eee
@ -188,7 +188,7 @@ public final class CsrfConfigurer<H extends HttpSecurityBuilder<H>>
|
||||
* </p>
|
||||
*
|
||||
* @author Michael Vitz
|
||||
* @since 5.1
|
||||
* @since 5.2
|
||||
*
|
||||
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
|
||||
* @return the {@link CsrfConfigurer} for further customizations
|
||||
@ -316,7 +316,7 @@ public final class CsrfConfigurer<H extends HttpSecurityBuilder<H>>
|
||||
* {@link CsrfAuthenticationStrategy} is created.
|
||||
*
|
||||
* @author Michael Vitz
|
||||
* @since 5.1
|
||||
* @since 5.2
|
||||
*
|
||||
* @return the {@link SessionAuthenticationStrategy}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user