Class RequestWrapper

All Implemented Interfaces:
HttpServletRequest, ServletRequest

public class RequestWrapper
extends HttpServletRequestWrapper
Wrapper for HttpServletRequest that allows us to set proper servlet path and path info attributes for an extension servlet. The result should be the same as if the servlet had been mapped as a "standalone" servlet in web.xml.
Version:
2.10
Author:
nicklas
Last modified
$Date: 2009-06-15 11:05:06 +0200 (må, 15 jun 2009) $