is used.
Fixes null thread name in access log and probably JMX MBean.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1144865 13f79535-47bb-0310-9956-
ffa450edef68
boolean comet = false;
boolean success = true;
AsyncContextImpl asyncConImpl = (AsyncContextImpl)request.getAsyncContext();
+ req.getRequestProcessor().setWorkerThreadName(Thread.currentThread().getName());
try {
if (!request.isAsync() && !comet) {
// Error or timeout - need to tell listeners the request is over
<fix>
Fix regression in year number formatting for AccessLogValve. (rjung)
</fix>
+ <fix>
+ Add missing thread name in RequestProcessor when Servlet 3 Async
+ is used. Fixes null thread name in access log and JMX MBean. (rjung)
+ </fix>
</changelog>
</subsection>
<subsection name="Cluster">