6.0.0-alpha12
6/7/25

[#1516] Blank page after failed login
Summary Blank page after failed login
Queue IMP
Queue Version 4.0.2
Type Bug
State Resolved
Priority 1. Low
Owners
Requester kotysek (at) email (dot) cz
Created 03/09/2005 (7395 days ago)
Due
Updated 12/20/2005 (7109 days ago)
Assigned 03/09/2005 (7395 days ago)
Resolved 04/22/2005 (7351 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/20/2005 11:23:55 AM tpeland (at) tkukoulu (dot) fi Comment #9 Reply to this comment
Is there a fix coming? The "horde authentication through imp module" 
and Internet Explorer combination definately does not work in 4.0.4.



PS. Someone should change this bug to reopened as it isn't resolved.


11/11/2005 01:31:18 PM komanek (at) natur (dot) cuni (dot) cz Comment #8 Reply to this comment


Well, I now see the problem is only if I am not using horde 
authentication through imp module, i.e. for separate horde auth (but 
imp is using this anyway and does not ask for the password when I am 
already in horde). The problem is msie specific, but can be resolved 
by using "let a horde application handle authentication" switch.


11/11/2005 11:48:21 AM komanek (at) natur (dot) cuni (dot) cz Comment #7 Reply to this comment


After an unsuccessfull login atempt, msie is redirected to 
/horde/login.php?nocache=i7xegfvn1mg where the value of nocache 
parameter varies. I also switched to use_ssl = 3 from use_ssl = 2 in 
global horde config and switched of cache completely, but it had no 
effect. The problem is only in msie, not in firefox or opera.
11/11/2005 10:25:43 AM komanek (at) natur (dot) cuni (dot) cz Comment #6 Reply to this comment
This has been fixed in CVS and IMP 4.0.4.
I have this problem also with 4.0.4. Is there a standalone patch for 
this ? Thanks, David




04/22/2005 10:14:52 AM Jan Schneider Comment #5
State ⇒ Resolved
Reply to this comment
This has been fixed in CVS and IMP 4.0.4.
03/22/2005 05:03:02 PM Jan Schneider Comment #4 Reply to this comment
What is the exact content of the header sent in this situation? 
Replace "header" with "var_dump" and post the output.
03/17/2005 03:11:29 PM luc (dot) germain (at) usherbrooke (dot) ca Comment #3 Reply to this comment
I see exactly the same problem (browser get stuck on redirect.php with 
a blank screen after a bad login). This happens only with IE6, not 
with firefox. And it happens only with IMP 4.0.2 and HORDE 3.0.3, and 
not with IMP 4.0.1  and HORDE 3.0.2.
03/09/2005 02:00:22 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
That doesn't make much sense. Does this happen with all browsers?
03/09/2005 01:31:51 PM kotysek (at) email (dot) cz Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Blank page after failed login
Queue ⇒ IMP
Reply to this comment
line (around 160) in redirect.php:



header('Refresh: 0; URL=' . $url);



should go to login.php with  ...&logout_reason=failed



but it doesn't do anything and stays on a blank page instead :(

PHP 4.3.10

Apache 1.3.29

RedHat 7.3

PEAR updated, Horde 3 test.php - all OK



I replaced it with

header('Location: ' . $url);

and it works OK.

Saved Queries