Skip to content

Commit 1d712a3

Browse files
authored
Merge pull request #1229 from WildMeOrg/1223_redirect_from_legacy_bulk_import
use meta-refresh to redirect legacy bulk import page to new react-based bulk import
2 parents 51dfd59 + 2d99aa8 commit 1d712a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/webapp/import/instructions.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
org.apache.commons.io.FileUtils" %>
1515
<%@ page import="org.ecocean.shepherd.core.Shepherd" %>
1616

17+
1718
<%
1819
String context = ServletUtilities.getContext(request);
1920
Shepherd myShepherd=new Shepherd(context);
@@ -30,6 +31,7 @@ String wbName = ContextConfiguration.getNameForContext(context);
3031
3132
%>
3233
<jsp:include page="../header.jsp" flush="true"/>
34+
<meta http-equiv="refresh" content="0; url=/react/bulk-import" />
3335
<style>
3436
.import-explanation {
3537
}

0 commit comments

Comments
 (0)