validateCookie(cookie, CONTEXT_PATH, null, DOMAIN, false, false);
}
public void testCookiePath() throws Exception
{
AbstractJBossManager mgr = getManager(getContext(CONTEXT_PATH, ROOT_PATH, null, null, false, false));
Cookie cookie = validateResponse(executeRequest(mgr, false));
validateCookie(cookie, ROOT_PATH, false);
}