// set the context - no need to fire context parsing again
realRequest.setContext( context );
realRequest.requestURI().setString( context.getPath() + path );
// # 3162
realRequest.unparsedURI().recycle();
//realRequest.query().recycle();
realRequest.servletPath().recycle();
realRequest.pathInfo().recycle();
realRequest.setChild(null);