String msg = "Error checking resource URL";
LOGGER.log(Level.SEVERE,msg,e);
this.writeError(request,response,msg+": "+e.toString(),null);
return;
} finally {
if (rc != null) rc.onExecutionPhaseCompleted();
}
}
// send the redirect
if ((fwd != null) && (fwd.length() > 0)) {