req=(Ajp14Request)thData[0];
}
if( req != null ) {
Response res=req.getResponse();
req.recycle();
res.recycle();
// make the note available to other modules
req.setNote( ajp14_note, req.ajp13);
return req;
}
// either thData==null or broken ( req==null)