瀏覽代碼

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();