if (isCurrentRequestValid(entry.requestCycle) == false)
{
// we need to ignore this request. That's because it is
// an ajax request
// while regular page request is being processed
throw new IgnoreAjaxRequestException();
}
try
{
pageMapsUsedInRequest.wait(timeout.getMilliseconds());