[#1728] redirect.php hangs with firefox
Summary redirect.php hangs with firefox
Queue IMP
Queue Version 4.0.3-RC1
Type Bug
State Resolved
Priority 2. Medium
Owners Horde Developers
Requester s (dot) vanvelthem (at) gmail (dot) com
Created 04/08/2005 (1248 days ago)
Due
Updated 04/11/2005 (1245 days ago)
Assigned 04/08/2005 (1248 days ago)
Resolved 04/11/2005 (1245 days ago)
Attachments
Milestone
Patch No

History
04/11/2005 Chuck Hagenbuch Comment #5
State ⇒ Resolved
Reply to this comment
Should be all set for IMP 4.0.4.
04/10/2005 Jan Schneider Comment #4 Reply to this comment
I think we should only use the refresh if 1) using ssl on login, 2) 
using IE, and 3) having an url shorter than whatever the limit is (160 
iirc).
04/10/2005 Chuck Hagenbuch Comment #3 Reply to this comment
So, if this happens in *both* IE and Firefox now, perhaps we need to 
move back to using Location: headers? Or a page with a meta-refresh 
for IE to avoid the SSL warnings?
04/08/2005 Jan Schneider Comment #2
Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
Reply to this comment
This happens if the URL is too long.
04/08/2005 s (dot) vanvelthem (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ redirect.php hangs with firefox
Queue ⇒ IMP
Reply to this comment
Authentication is handled by IMP. After disconnecting and (re-)log 
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