SEC-2931: Fix CsrfFilter Javadoc

This commit is contained in:
Rob Winch 2015-07-14 13:41:44 -05:00
parent fc1450f72c
commit 00042ff70b

View File

@ -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