[Jifty-commit] r4087 - in apps/CASPlus: . trunk/lib/CASPlus/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Sep 11 18:48:02 EDT 2007


Author: sterling
Date: Tue Sep 11 18:48:02 2007
New Revision: 4087

Modified:
   apps/CASPlus/   (props changed)
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/lib/CASPlus/Action/LoginCheck.pm

Log:
 r11984 at dynpc145:  andrew | 2007-09-11 17:45:11 -0500
  r11974 at dynpc145:  andrew | 2007-09-11 17:44:21 -0500
   r11926 at dynpc145 (orig r1980):  andrew | 2007-09-11 10:25:41 -0500
    r11924 at dynpc145:  andrew | 2007-09-11 09:41:51 -0500
    Fixing a missing else that causes /login to go blank after login.
   
  
 


Modified: apps/CASPlus/trunk/lib/CASPlus/Action/LoginCheck.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Action/LoginCheck.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Action/LoginCheck.pm	Tue Sep 11 18:48:02 2007
@@ -114,6 +114,11 @@
                         .$ticket_granting_cookie->authenticated_user->username);
             }
 
+            # Send them to the status page if no service was given.
+            else {
+                $self->result->content( warn => 1 );
+            }
+
         }
 
         # The cookie was not found or was not valid, failure


More information about the Jifty-commit mailing list