//
// This method is overridden in PageFlowController. Even though we're just delegating here, we can't remove it.
//
ActionForwardHandler handler = Handlers.get( servletContext ).getActionForwardHandler();
FlowControllerHandlerContext context = new FlowControllerHandlerContext( request, response, this );
return handler.doForward( context, fwd, mapping, actionName, altModuleConfig, form );
}
NotLoggedInException createNotLoggedInException( String actionName, HttpServletRequest request )
{
if ( InternalUtils.sessionExpired( request ) )