6.0.0-alpha12
6/8/25

[#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 (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

History
04/11/2005 03:42:47 PM Chuck Hagenbuch Comment #5
State ⇒ Resolved
Reply to this comment
Should be all set for IMP 4.0.4.
04/10/2005 09:13:21 AM 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 04:09:23 AM 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 11:38:16 AM 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 11:28:35 AM 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




Saved Queries