login_destination_apply_redirect applied too often
fgm - June 25, 2009 - 15:23
| Project: | Login Destination |
| Version: | 6.x-2.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
login_destination_apply_redirect() is invoked in login_destination_user() outside the 'login' case, causing it to be invoked on every operation applied to the user.
This is causes unneeded load on the system, and is likely to be the root cause of the http://drupal.org/node/341683 problem, even with the #15 patch applied.
It should likely be moved within the "login" case.

#1
fixed in 2.5
#2
Automatically closed -- issue fixed for 2 weeks with no activity.