log((User) hSession.getAttribute(SessionAttribute.USER), "Exception handling op " + op + ": "
+ e.toString());
returnError(user, out, ErrorCode.BAD_OP, serial);
return;
}
final Map<ReturnableData, Object> data = handler.handle(new RequestWrapper(request), hSession);
handler.cleanUp();
data.put(AjaxResponse.SERIAL, serial);
returnData(user, out, data);
return;
}