From c9105af33efd3f9ea27819dd8ddba29701d0bd24 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Fri, 16 Mar 2018 08:31:17 +0000
Subject: [PATCH] index.htmi hinzugefuegt

---
 web/WEB-INF/web.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index eb03881..0b12c9c 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -65,6 +65,7 @@
     <welcome-file-list>
         <welcome-file>index.jsp</welcome-file>
         <welcome-file>index.html</welcome-file>
+        <welcome-file>index.htmi</welcome-file>
     </welcome-file-list>
     <security-constraint>
         <display-name>UI-Constraint</display-name>

--
Gitblit v1.9.3