Summary | redirect.php hangs with firefox |
Queue | IMP |
Queue Version | 4.0.3-RC1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | s.vanvelthem (at) gmail (dot) com |
Created | 04/08/2005 (7366 days ago) |
Due | |
Updated | 04/11/2005 (7363 days ago) |
Assigned | 04/08/2005 (7366 days ago) |
Resolved | 04/11/2005 (7363 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
using IE, and 3) having an url shorter than whatever the limit is (160
iirc).
move back to using Location: headers? Or a page with a meta-refresh
for IE to avoid the SSL warnings?
Assigned to
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ redirect.php hangs with firefox
Queue ⇒ IMP
into the system, i've a black page : '/imp/redirect.php'.
Changing the headers sent in imp/redirect.php by (3 different places)
header('HTTP/1.1 303 See Other');
header("Location: ".$url);
instead of
header('Refresh: 0; URL=' . $url);
seems to solve the problem
My config is
horde 3.0.4
imp 4.0.3rc1
and my webroot is ''
Seb