From cefdd16e391a84ea0553a4a6b30f12d3a8cf7700 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 25 Aug 2014 08:56:05 +0200 Subject: [PATCH] Uses html instead of jsp index file as access to jsp is blocked --- apps/showcase/src/main/webapp/index.html | 10 ++++++++++ apps/showcase/src/main/webapp/index.jsp | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 apps/showcase/src/main/webapp/index.html delete mode 100644 apps/showcase/src/main/webapp/index.jsp diff --git a/apps/showcase/src/main/webapp/index.html b/apps/showcase/src/main/webapp/index.html new file mode 100644 index 000000000..402dd76e8 --- /dev/null +++ b/apps/showcase/src/main/webapp/index.html @@ -0,0 +1,10 @@ + + + + + + + +

Loading ...

+ + diff --git a/apps/showcase/src/main/webapp/index.jsp b/apps/showcase/src/main/webapp/index.jsp deleted file mode 100644 index 391e0023d..000000000 --- a/apps/showcase/src/main/webapp/index.jsp +++ /dev/null @@ -1 +0,0 @@ -<% response.sendRedirect("showcase.action"); %>