setMetaData(BROWSER_WAS_POLLED_KEY, Boolean.TRUE);
Request request = requestCycle.getRequest();
WebPage browserInfoPage = newBrowserInfoPage();
getPageManager().touchPage(browserInfoPage);
throw new RestartResponseAtInterceptPageException(browserInfoPage);
}
// if we get here, the redirect already has been done; clear
// the meta data entry; we don't need it any longer is the client
// info object will be cached too
setMetaData(BROWSER_WAS_POLLED_KEY, null);