return HistorySupport.saveEvent(ThreadSession.get(), object, eventType,
description, SecurityHelper.getRemoteUserId(ThreadServletRequest.get()), new Date());
} catch (RuntimeException e) {
throw e;
} catch (AuthenticationException e) {
throw new RepositoryException(e);
}
}