소스 검색

SEC-2223: Correct FirewalledRequest#reset() javadoc

Rob Winch 12 년 전
부모
커밋
686a7a8d62
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/src/main/java/org/springframework/security/web/firewall/FirewalledRequest.java

+ 2 - 1
web/src/main/java/org/springframework/security/web/firewall/FirewalledRequest.java

@@ -28,7 +28,8 @@ public abstract class FirewalledRequest extends HttpServletRequestWrapper {
      * proper.
      * <p>
      * An implementation can thus choose to modify the state of the request
-     * for the security infrastructure, while still maintaining the
+     * for the security infrastructure, while still maintaining the original
+     * {@link HttpServletRequest}.
      */
     public abstract void reset();