Преглед на файлове

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