Uses html instead of jsp index file as access to jsp is blocked

This commit is contained in:
Lukasz Lenart
2014-08-25 08:56:05 +02:00
parent 583234b8cc
commit cefdd16e39
2 changed files with 10 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=index.action">
</head>
<body>
<p>Loading ...</p>
</body>
</html>
-1
View File
@@ -1 +0,0 @@
<% response.sendRedirect("showcase.action"); %>