public PortletInvocationResponse dispatch(PortletInvocation invocation) throws PortletInvokerException, InvocationException
{
HttpServletRequest dreq = invocation.getDispatchedRequest();
//
PortletRequestImpl req;
PortletResponseImpl resp;
String phase;
FilterChainImpl<?> chain;
if (invocation instanceof ActionInvocation)
{