public RequestDispatcher getRequestDispatcher(String arg0) {
   return new RequestDispatcherAdaptor(
       servletContext.getRequestDispatcher(proxyContext.getServletPath() + arg0));
 }