mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Uses html instead of jsp index file as access to jsp is blocked
This commit is contained in:
@@ -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 +0,0 @@
|
||||
<% response.sendRedirect("showcase.action"); %>
|
||||
Reference in New Issue
Block a user