mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-28 18:16:07 +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>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Michael Vitz
|
* @author Michael Vitz
|
||||||
* @since 5.1
|
* @since 5.2
|
||||||
*
|
*
|
||||||
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
|
* @param sessionAuthenticationStrategy the {@link SessionAuthenticationStrategy} to use
|
||||||
* @return the {@link CsrfConfigurer} for further customizations
|
* @return the {@link CsrfConfigurer} for further customizations
|
||||||
@ -316,7 +316,7 @@ public final class CsrfConfigurer<H extends HttpSecurityBuilder<H>>
|
|||||||
* {@link CsrfAuthenticationStrategy} is created.
|
* {@link CsrfAuthenticationStrategy} is created.
|
||||||
*
|
*
|
||||||
* @author Michael Vitz
|
* @author Michael Vitz
|
||||||
* @since 5.1
|
* @since 5.2
|
||||||
*
|
*
|
||||||
* @return the {@link SessionAuthenticationStrategy}
|
* @return the {@link SessionAuthenticationStrategy}
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user