Changeset 30389
- Timestamp:
- 02/21/08 01:11:41 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ui-web/src/main/java/org/nuxeo/ecm/platform/ui/web/shield/NuxeoErrorInterceptor.java
r29128 r30389 136 136 String redirectToViewId = null; 137 137 try { 138 log.error("Exception caught, redirecting to the error page..." );138 log.error("Exception caught, redirecting to the error page...", cException); 139 139 final Context sessionContext = Contexts.getSessionContext(); 140 140 // set applicationException in session hoping
