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
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

rsvelko - October 21, 2009 - 12:29
Status:active» fixed

fixed in 2.5

#2

System Message - November 4, 2009 - 12:30
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.