libreccm-legacy/ccm-core/web/error/error-code.jsp

16 lines
391 B
Plaintext
Executable File

<%@page isErrorPage="true"
import="com.arsdigita.kernel.Kernel,
com.arsdigita.web.ServletErrorReport"
%>
<pre>
CCM issue report code: <%= (String) request.getAttribute(ServletErrorReport.GURU_MEDITATION_CODE) %>
</pre>
<% if (Kernel.getConfig().isDebugEnabled()) { %>
<pre>
<%= (String) request.getAttribute(ServletErrorReport.GURU_ERROR_REPORT) %>
</pre>
<% } %>