232233234235236237238239240241242
adapter.service( req, res ); } catch( Exception ex ) { log.log(Level.INFO, "Error servicing request " + req,ex); } if(ep.getStatus() != MsgContext.JK_STATUS_CLOSED) { res.finish(); } req.recycle(); req.updateCounters(); res.recycle();