Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2006 at 20:28 UTC
Updated:
4 Apr 2006 at 00:11 UTC
I went to
http://drupal.org/project/comments/add/47394
and logged in using the user login block.
I was then redirected to the home page, instead of back to the comments/add page. I don't know if this is because drupal.org is not up to date with CVS (this bug report is not a valid one), or because drupal.org is very up to date with CVS (and there's a regression in functionality)
Comments
Comment #1
moshe weitzman commentedStill a bug. I suspect the issue is that $_GET['q'] changes to the 403 handler path and thus drupal_get_destination is out of touch with where the user was trying to head. So i dare to see that this bug depends on http://drupal.org/node/13621. That patch might need expanding so that drupal_get_destination() knows about init_path
Comment #2
Steven commentedhttp://drupal.org/node/55869