= new MonitorRedirectServletResponse((HttpServletResponse) response, request);
// -= Scott O'Bryan =-
// Added for backward compatibility
ExternalContext ec = new ServletExternalContext(_servletContext, request, monitor);
HttpServletResponse dispatch = new DispatchServletResponse(ec);
DispatchResponseConfiguratorImpl.apply(ec);
_invokeDoFilter(request, dispatch, chain);
// If there are existing "launchParameters", then that means