Index: cas.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cas/cas.module,v
retrieving revision 1.53
diff -u -r1.53 cas.module
--- cas.module	1 Jun 2009 20:57:48 -0000	1.53
+++ cas.module	1 Jun 2009 20:59:40 -0000
@@ -657,8 +657,8 @@
     $destination = variable_get('cas_first_login_destination', '');
     unset($_SESSION['cas_first_login']);
   }
-  elseif ($_GET['destination']) {
-    $destination = $_GET['destination'];
+  elseif ($_REQUEST['destination']) {
+    $destination = $_REQUEST['destination'];
   }
   elseif ($_SESSION['cas_goto']) {
     $destination = $_SESSION['cas_goto'];
