Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.470 diff -u -r1.470 common.inc --- includes/common.inc 19 Aug 2005 11:10:35 -0000 1.470 +++ includes/common.inc 21 Aug 2005 13:00:04 -0000 @@ -294,6 +294,7 @@ $path = drupal_get_normal_path(variable_get('site_403', '')); $status = MENU_NOT_FOUND; + $_REQUEST['destination'] = urldecode(substr(drupal_get_destination(),12)); if ($path) { menu_set_active_item($path); $return = menu_execute_active_handler();