Lines 259-267
Link Here
|
259 |
Throwable rootCause = StandardWrapper.getRootCause(e); |
259 |
Throwable rootCause = StandardWrapper.getRootCause(e); |
260 |
if (!(rootCause instanceof ClientAbortException)) { |
260 |
if (!(rootCause instanceof ClientAbortException)) { |
261 |
container.getLogger().error(sm.getString( |
261 |
container.getLogger().error(sm.getString( |
262 |
"standardWrapper.serviceExceptionRoot", |
262 |
"standardWrapper.serviceException", |
263 |
wrapper.getName(), context.getName(), e.getMessage()), |
263 |
wrapper.getName(), context.getName(), e.getMessage()), |
264 |
rootCause); |
264 |
e); |
265 |
} |
265 |
} |
266 |
throwable = e; |
266 |
throwable = e; |
267 |
exception(request, response, e); |
267 |
exception(request, response, e); |