dispatcher.include(request, response);
return null;
}
});
seq.bindAction(1, UTS1.SERVICE_JOIN_POINT, new ServletServiceTestAction()
{
protected Response run(Servlet servlet, HttpServletRequest request, HttpServletResponse response, PortletTestContext context)
{
// Test the header is here
Set headerNames = Tools.toSet(request.getHeaderNames());