避免使用已淘汰的 HttpServlet 要求/回應 Proxy 類別

此規則會標示下列類別:

這些方法在 WebSphere Application Server 6.0 版中已淘汰,並可能在將來的版本移除。

使用 HttpServletRequestWrapper 類別而非 HttpServletRequestProxy 類別。 您可以延伸此封套類別以超載或加強伺服器提供的功能 HttpServletRequest .

使用 HttpServletResponseWrapper 類別而非 HttpServletResponseProxy 類別。 您可以延伸此封套類別以超載或加強伺服器提供的功能 HttpServletResponse .

如需相關資訊,請參閱