mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-12-03 10:54:58 +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 --%>
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user