return mapping.findForward("security/notAuthorized");
} catch (ObjectNotFoundException e) {
request.setAttribute("exception", e);
return mapping.findForward("error/objectNotFound");
} catch (Exception e) {
transaction.rollback();
throw e;
}
}
protected Session getSession(HttpServletRequest request) {