(connector.getURIEncoding());
}
- connector.getService().getContainer().logAccess(
- request, response, time, true);
+ try {
+ connector.getService().getContainer().logAccess(
+ request, response, time, true);
+ } catch (Throwable t) {
+ ExceptionUtils.handleThrowable(t);
+ log.warn(sm.getString("coyoteAdapter.accesslogFail"), t);
+ }
if (create) {
request.recycle();
coyoteAdapter.read=The servlet did not read all available bytes during the processing of the read event
coyoteAdapter.parsePathParam=Unable to parse the path parameters using encoding [{0}]. The path parameters in the URL will be ignored.
coyoteAdapter.debug=The variable [{0}] has value [{1}]
+coyoteAdapter.accesslogFail=Exception while attempting to add an entry to the access log
#
# CoyoteResponse