PiRSquared17 / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

In Windows IE8 redirect fails #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Look at eNMRworkshop data:
http://nmr.cmbi.ru.nl/eNMRworkshop/data/R3/AR3436Cheshire/AR3436Cheshire.cing/in
dex.ht
ml
should redirect to:
http://nmr.cmbi.ru.nl/eNMRworkshop/data/R3/AR3436Cheshire/AR3436Cheshire.cing/AR
3436
Cheshire/HTML/index.html
by virtue of meta tag:
<meta http-equiv="Refresh" content="0; url=AR3436Cheshire/HTML/index.html">

What is the expected output? What do you see instead?
It's stuck on empty page.

Versions: CING r600
Windows Vista under Parallels
IE: 8.0.6001

Original issue reported on code.google.com by jurge...@gmail.com on 30 Jun 2009 at 9:44

GoogleCodeExporter commented 9 years ago
Following the discussion at:

http://en.wikipedia.org/wiki/Meta_refresh

Increased the redirect time to 1 second. Corrected typo in r603

Original comment by jurge...@gmail.com on 30 Jun 2009 at 1:29