Summary | Login tasks running in wrong frame |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 07/22/2009 (5932 days ago) |
Due | |
Updated | 07/29/2009 (5925 days ago) |
Assigned | 07/29/2009 (5925 days ago) |
Resolved | 07/29/2009 (5925 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Also modified the logic so that if 'none' authentication is
requested, logintasks aren't performed.
http://cvs.horde.org/diff.php/horde/lib/base.php?rt=horde&r1=1.64&r2=1.65&ty=u
http://cvs.horde.org/diff.php/horde/services/cache.php?rt=horde&r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/horde/services/cacheview.php?rt=horde&r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/horde/services/changepassword.php?rt=horde&r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/horde/services/confirm.php?rt=horde&r1=1.11&r2=1.12&ty=u
http://cvs.horde.org/diff.php/horde/services/images/view.php?rt=horde&r1=1.33&r2=1.34&ty=u
http://cvs.horde.org/diff.php/horde/services/imple.php?rt=horde&r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/horde/services/keyboard.php?rt=horde&r1=1.24&r2=1.25&ty=u
http://cvs.horde.org/diff.php/horde/services/portal/cloud_search.php?rt=horde&r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde&r1=1.46&r2=1.47&ty=u
http://cvs.horde.org/diff.php/horde/services/snooze.php?rt=horde&r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/diff.php/horde/services/twitterapi.php?rt=horde&r1=1.4&r2=1.5&ty=u
State ⇒ Assigned
You never know, a session times out, a user leaves the browser open
over night, or sets a bookmark on some weird page etc.
we still have to make sure to not run the login tasks from any other
screens that are not supposed to run them, like popup windows etc.
- $horde_login_page - so I changed the name to $horde_no_logintasks
and added this variable to the sidebar script. Other pages that
shouldn't run logintasks will need to be added as we find them.
I'm going to assume that many/most of the scripts in services/
shouldn't run logintasks, but outside of directly accessing these
scripts they will never be run without first going through horde code.
http://cvs.horde.org/diff.php/horde/lib/base.php?rt=horde&r1=1.63&r2=1.64&ty=u
http://cvs.horde.org/diff.php/horde/login.php?rt=horde&r1=2.225&r2=2.226&ty=u
http://cvs.horde.org/diff.php/horde/services/logintasks.php?rt=horde&r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde&r1=1.45&r2=1.46&ty=u
we still have to make sure to not run the login tasks from any other
screens that are not supposed to run them, like popup windows etc.
Bug #8421instead.
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ Login tasks running in wrong frame
Type ⇒ Bug
Priority ⇒ 2. Medium
in the frameset, so they might run in the menu frame.