[Jifty-commit] r641 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 1 04:04:38 EST 2006


Author: jesse
Date: Wed Mar  1 04:04:23 2006
New Revision: 641

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

Log:
 r24819 at truegrounds:  jesse | 2006-03-01 04:03:52 -0500
 * Docs about how broken handler is


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Wed Mar  1 04:04:23 2006
@@ -153,7 +153,9 @@
 
     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->mason(Jifty::MasonHandler->new( $self->mason_config,));
     $self->dispatcher->handle_request();
 


More information about the Jifty-commit mailing list