[Jifty-commit] r5112 - in apps/CASPlus/trunk: lib/CASPlus

Jifty commits jifty-commit at lists.jifty.org
Thu Feb 14 15:48:42 EST 2008


Author: sterling
Date: Thu Feb 14 15:48:40 2008
New Revision: 5112

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

Log:
 r15317 at riddle:  andrew | 2008-02-14 14:48:09 -0600
 Removed dispatcher rule made irrelevant by the latest Jifty::DBI.


Modified: apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm	Thu Feb 14 15:48:40 2008
@@ -24,17 +24,6 @@
 
 The following dispatcher rules are related to the CAS 2.0 protocol.
 
-=head2 before **
-
-Make sure to reconnect to the database in case the connection was lost.
-
-=cut
-
-before '**' => run {
-#    eval { Jifty->handle->dbh->disconnect };
-    Jifty->handle->connect();
-};
-
 =head2 before GET /login
 
 Performs the login check action. Calls the L<CASPlus::Action::LoginCheck> action.


More information about the Jifty-commit mailing list