Wrapper for HttpServletRequest that overrides the parameter methods of the wrapped request. i.e.
parameters are retreived from the wrapper rather than the real request.
Ignores any attempt to set the character encoding. Tapestry attempts to set the encoding
after the page name has been identified by the correct
Dispatcher , and
that's too late from the perspective of the Servlet API as HttpServlet.getInputStream() will
already have been called.
Methods inherited from javax.servlet.http.HttpServletRequestWrapper