if (getServer().isPreview() && ! "resin.admin".equals(getHost())) {
return sendBusyResponse();
}
invocation.service(getRequestFacade(), getResponseFacade());
} catch (ClientDisconnectException e) {
throw e;
} catch (Throwable e) {
log.log(Level.FINER, e.toString(), e);