Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / src / main / webapp / WEB-INF / error.jsp
diff --git a/src/main/webapp/WEB-INF/error.jsp b/src/main/webapp/WEB-INF/error.jsp
deleted file mode 100644 (file)
index 813cd9e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@page isErrorPage="true" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<t:insertDefinition name="NOMENU">
-  <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
-  <t:putAttribute name="title" value="An unexpected Error occured!" type="string" cascade="true"/>
-  <t:putAttribute name="breadcrumb">
-    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
-    <li class="b"><strong class="b">!#%*§</strong></li>
-  </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string" cascade="true">
-    <span class="background sehrhell" id="bs1">x</span>
-    <span class="background heller" id="bs2">#</span>
-    <span class="background sehrhell" id="bs3">*</span>
-    <span class="background heller" id="bs4">%</span>
-    <span class="background sehrhell" id="bs5">§</span>
-    <span class="background sehrhell" id="bs6">?</span>
-    <span class="background heller" id="bs7">?</span>
-    <span class="background heller" id="bs8">?</span>
-    <span class="background heller" id="bs9">?</span>
-    <p>We do not know, what happend.</p>
-    <p>But we can tell you: WE ARE SORRY!</p>
-    <p>Really.</p>
-    <ul>
-      <li>${pageContext.errorData.statusCode}</li>
-      <li>${pageContext.errorData.requestURI}</li>
-      <li>${pageContext.errorData.servletName}</li>
-      <li>${pageContext.errorData.throwable}</li>
-    </ul>
-  </t:putAttribute>
-  <t:putAttribute name="marginalcontent" type="string" value=""/>
-</t:insertDefinition>