避免使用不推荐的 HttpServlet 请求/响应代理类

此规则会标记下列类:

这些方法在 WebSphere Application Server V6.0 中已不推荐使用,并且可能会在将来发行版中移除。

使用 HttpServletRequestWrapper 类而不使用 HttpServletRequestProxy 类。 可以扩展此包装器类以重载或者增强由服务器提供的 HttpServletRequest 的功能。

使用 HttpServletResponseWrapper 类而不使用 HttpServletResponseProxy 类。 可以扩展此包装器类以重载或者增强由服务器提供的 HttpServletResponse 的功能。

有关更多信息,请参阅: