From a6e38081703b889028ea2308798f99381b01faba Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Tue, 27 Dec 2016 19:03:58 +0000
Subject: [PATCH] show.jsp entfernt, index zu html geaendert

---
 /dev/null      |   26 --------------------------
 web/index.html |    1 -
 2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/web/index.jsp b/web/index.html
similarity index 76%
rename from web/index.jsp
rename to web/index.html
index c7b79b5..87d0c7a 100644
--- a/web/index.jsp
+++ b/web/index.html
@@ -1,4 +1,3 @@
-<%@page contentType="text/html" pageEncoding="UTF-8"%>
 <!DOCTYPE html>
 <html>
   <head>
diff --git a/web/show.jsp b/web/show.jsp
deleted file mode 100644
index 47eea25..0000000
--- a/web/show.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%@page contentType="text/html" pageEncoding="UTF-8"%>
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>um Werte</title>
-  </head>
-  <body>
-    <p>Werte</p>
-    <p>pathInfo: <%=request.getPathInfo()%></p>
-    <p>requestURL <%=request.getRequestURL()%></p>
-    <p>contextPath <%=request.getContextPath()%></p>
-    <p>servletPath <%=request.getServletPath()%></p>
-    <p>
-      <%
-        String pathInfo = request.getPathInfo();
-        String[] path = pathInfo.split("/");
-        for(int i = 0; i < path.length; i++) {
-       %>
-        <p>path[<%=i%>]: <%=path[i]%></p>
-       <%
-        }
-       %>
-    </p>
-  </body>
-</html>

--
Gitblit v1.9.3