[Jifty-commit] r710 - in jifty/trunk: lib/Jifty/Handler

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Mar 20 13:22:09 EST 2006


Author: alexmv
Date: Mon Mar 20 13:22:08 2006
New Revision: 710

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

Log:
 r11700 at zoq-fot-pik:  chmrr | 2006-03-20 13:21:07 -0500
  * Clarify a bit


Modified: jifty/trunk/lib/Jifty/Handler/Static.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler/Static.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler/Static.pm	Mon Mar 20 13:22:08 2006
@@ -21,7 +21,10 @@
 When fully operational, it will use an algorithm along the lines of the following:
 
 * Static files are served out of a separate root
-* If static files go through the dispatcher:
+* If static files go through apache:
+    * How do we merge together the two static roots?
+* If static files go through Jifty::Handler
+    * We need a flag to allow them to go through the dispatcher, too
     * return "True" (304) for if-modified-since unless develmode.
     * if the browser accepts gzipped data,
         see if we have a cached gzipped copy


More information about the Jifty-commit mailing list