| Summary | horde+imp login race condition |
| Queue | IMP |
| Queue Version | 4.1.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | k (at) metropipe (dot) net |
| Created | 08/17/2006 (7024 days ago) |
| Due | |
| Updated | 09/02/2006 (7008 days ago) |
| Assigned | 08/22/2006 (7019 days ago) |
| Resolved | 08/27/2006 (7014 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Thanks.
since large chunks of IMP have been drastically rewritten since 4.1,
backporting wasn't an option.
State ⇒ Not A Bug
since large chunks of IMP have been drastically rewritten since 4.1,
backporting wasn't an option.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ horde+imp login race condition
Queue ⇒ IMP
Horde + IMP, using kolab authentication.
Alternate login page
default application: imp
hordeauth=full
Symptoms: Intermittent login issue where main_page redirects back to
login page, but sidebar loads successfully. If imp is selected from
the sidebar it operates correctly.
Closer inspection shows that failures occur when main_page loads
before sidebar has finished loading. Debugging shows that $autologin
in imp/redirect.php is not yet set when main page loads. If this
variable is forced to 'true' then page loads properly.