Skip to content

Commit cefdd16

Browse files
committed
Uses html instead of jsp index file as access to jsp is blocked
1 parent 583234b commit cefdd16

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
<html>
3+
<head>
4+
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=index.action">
5+
</head>
6+
7+
<body>
8+
<p>Loading ...</p>
9+
</body>
10+
</html>

apps/showcase/src/main/webapp/index.jsp

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)