mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +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
|
||||
* {@link CsrfToken} in {@link HttpSession} with
|
||||
* {@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>
|
||||
*
|
||||
* @author Rob Winch
|
||||
|
Loading…
x
Reference in New Issue
Block a user