mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-12-04 03:14:59 +01:00
Fix exception handling on JSP
This commit is contained in:
parent
68c8f5c6b8
commit
1c73a8d79d
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user