Index: include/lib_auth.inc.php =================================================================== RCS file: /repository/docweb/include/lib_auth.inc.php,v retrieving revision 1.15 diff -u -r1.15 lib_auth.inc.php --- include/lib_auth.inc.php 4 Dec 2006 23:18:04 -0000 1.15 +++ include/lib_auth.inc.php 5 Dec 2006 17:46:30 -0000 @@ -52,7 +52,7 @@ function auth() { global $user, $password; - $return = $_SERVER['REQUEST_URI']; + $return = urlencode($_SERVER['REQUEST_URI']); if (isset($_COOKIE['MAGIC_COOKIE'])) { Index: templates/all/www/login.tpl.php =================================================================== RCS file: /repository/docweb/templates/all/www/login.tpl.php,v retrieving revision 1.1 diff -u -r1.1 login.tpl.php --- templates/all/www/login.tpl.php 10 Aug 2006 18:20:09 -0000 1.1 +++ templates/all/www/login.tpl.php 5 Dec 2006 17:46:31 -0000 @@ -4,7 +4,13 @@