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

moshe weitzman’s picture

Still 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

Steven’s picture

Status: Active » Closed (duplicate)