SEC-2931: Fix CsrfFilter Javadoc

This commit is contained in:
Rob Winch 2015-07-14 13:40:59 -05:00
parent 75f57b96cb
commit 316886affc
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ import org.springframework.web.filter.OncePerRequestFilter;
* <p>
* 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.
* This is preferred to storing the token in a cookie which can be modified by a client application.
* </p>
*
* @author Rob Winch
@ -72,7 +72,7 @@ public final class CsrfFilter extends OncePerRequestFilter {
/*
* (non-Javadoc)
*
*
* @see
* org.springframework.web.filter.OncePerRequestFilter#doFilterInternal(javax.servlet
* .http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
@ -239,7 +239,7 @@ public final class CsrfFilter extends OncePerRequestFilter {
/*
* (non-Javadoc)
*
*
* @see
* org.springframework.security.web.util.matcher.RequestMatcher#matches(javax.
* servlet.http.HttpServletRequest)