mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
SEC-2931: Fix CsrfFilter Javadoc
This commit is contained in:
parent
fc1450f72c
commit
00042ff70b
@ -48,7 +48,7 @@ import org.springframework.web.filter.OncePerRequestFilter;
|
|||||||
* Typically the {@link CsrfTokenRepository} implementation chooses to store the
|
* Typically the {@link CsrfTokenRepository} implementation chooses to store the
|
||||||
* {@link CsrfToken} in {@link HttpSession} with
|
* {@link CsrfToken} in {@link HttpSession} with
|
||||||
* {@link HttpSessionCsrfTokenRepository}. This is preferred to storing the
|
* {@link HttpSessionCsrfTokenRepository}. This is preferred to storing the
|
||||||
* token in a cookie which.
|
* token in a cookie which can be modified by a client.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user