fix IndexImportMediawiki_p servlet's refresh header

add url parameter to make sure no parameter are included in refresh url 
which could cause unwanted restart of import job

see http://mantis.tokeek.de/view.php?id=591 comments
pull/23/head
reger 9 years ago
parent bbe9df2bb3
commit a2dcf64039

@ -3,7 +3,9 @@
<head> <head>
<title>YaCy '#[clientname]#': MediaWiki Dump Import</title> <title>YaCy '#[clientname]#': MediaWiki Dump Import</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
#(import)#::<meta http-equiv="REFRESH" content="10" />#(/import)# #(import)#::<meta http-equiv="REFRESH" content="10;url=IndexImportMediawiki_p.html" />
<!-- the url= removes http get parameters on refresh, preventing restart of import -->
#(/import)#
</head> </head>
<body id="IndexImportMediawiki"> <body id="IndexImportMediawiki">
#%env/templates/header.template%# #%env/templates/header.template%#

Loading…
Cancel
Save