170171172173174175176177178179180
if (_isTop) { ((CauchoResponse) response).close(); try { if (ut != null) ut.abortTransaction(); } catch (Throwable e) { log.log(Level.WARNING, e.toString(), e); } }
154155156157158159160161162163164
// ((CauchoResponse) response).close(); try { if (ut != null) ut.abortTransaction(); } catch (Throwable e) { log.log(Level.WARNING, e.toString(), e); } thread.setContextClassLoader(oldLoader);