[Jifty-commit] r693 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 15 18:07:30 EST 2006


Author: jesse
Date: Wed Mar 15 18:07:29 2006
New Revision: 693

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Handler.pm

Log:
 r26294 at truegrounds:  jesse | 2006-03-15 16:02:37 -0500
 * Removing outdated comments


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Wed Mar 15 18:07:29 2006
@@ -154,10 +154,7 @@
     Jifty->web->session->set_cookie;
 
     Jifty->log->debug("Received request for ".Jifty->web->request->path);
-
-    # This should done in "new", but something is causing Jifty to handle 
-    # one and only one session. after that, it gives us http headers but no content
-    #
+    
     $self->dispatcher->handle_request();
 
     $self->cleanup_request();


More information about the Jifty-commit mailing list