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 --%>
|
<%-- 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'):''}';
|
window.errorMvcView = '${requestScope['exception']!=null?(fn:indexOf(requestScope['exception'],'SecurityException') gt 1?'securityError':'unexpectedError'):''}';
|
||||||
/*
|
/*
|
||||||
${requestScope['exception'].printStackTrace(pageContext.response.writer)}
|
${requestScope['exception']}
|
||||||
${requestScope['javax.servlet.error.exception'].printStackTrace(pageContext.response.writer)}
|
|
||||||
*/
|
*/
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user