Fix exception handling on JSP
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
<%-- Hack to force view selection on react to move all the UI to react --%>
|
||||
window.errorMvcView = '${requestScope['exception']!=null?(fn:indexOf(requestScope['exception'],'SecurityException') gt 1?'securityError':'unexpectedError'):''}';
|
||||
/*
|
||||
${requestScope['exception'].printStackTrace(pageContext.response.writer)}
|
||||
${requestScope['javax.servlet.error.exception'].printStackTrace(pageContext.response.writer)}
|
||||
${requestScope['exception']}
|
||||
*/
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user