samplerCounter.incrementAndGet();
super.service(request, response);
}
catch (XServletException ex) {
XLog log = XLog.getLog(getClass());
log.warn("URL[{0} {1}] error[{2}], {3}", request.getMethod(), getRequestUrl(request), ex.getErrorCode(), ex
.getMessage(), ex);
request.setAttribute(AUDIT_ERROR_MESSAGE, ex.getMessage());
request.setAttribute(AUDIT_ERROR_CODE, ex.getErrorCode().toString());
request.setAttribute(AUDIT_HTTP_STATUS_CODE, ex.getHttpStatusCode());
incrCounter(INSTR_TOTAL_FAILED_REQUESTS_COUNTER, 1);