Просмотр исходного кода

SEC-2223: Correct FirewalledRequest#reset() javadoc

Rob Winch 12 лет назад
Родитель
Сommit
686a7a8d62

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