Index: imagecache.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v retrieving revision 1.86 diff -u -p -r1.86 imagecache.module --- imagecache.module 8 Aug 2008 17:05:11 -0000 1.86 +++ imagecache.module 30 Sep 2008 20:35:39 -0000 @@ -376,7 +376,7 @@ function _imagecache_cache($presetname, if (file_exists($lockfile)) { watchdog('imagecache', 'ImageCache already generating: %dst, Lock file: %tmp.', array('%dst' => $dst, '%tmp' => $lockfile), WATCHDOG_NOTICE); // 307 Temporary Redirect, to myself. Lets hope the image is done next time around. - header('Location: '. $_SERVER['REQUEST_URI'], TRUE, 307); + header('Location: '. request_uri(), TRUE, 307); exit; } touch($lockfile);