فهرست منبع

SEC-2931: Fix CsrfFilter Javadoc

Rob Winch 10 سال پیش
والد
کامیت
00042ff70b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web/src/main/java/org/springframework/security/web/csrf/CsrfFilter.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/csrf/CsrfFilter.java

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