stas 01/11/23 08:26:31
Modified: ModPerl-Registry TODO
Log:
- need to handle HEAD requests properly, at the registry level.
Revision Changes Path
1.6 +4 -0 modperl-2.0/ModPerl-Registry/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TODO 2001/11/13 04:33:57 1.5
+++ TODO 2001/11/23 16:26:31 1.6
@@ -43,6 +43,10 @@
- in namespace_from_filename() should test whether a file is a symlink
and if so use readlink() to get the real filename.
+- see what can be done to handle HEAD requests without altering the scripts.
+ I'm thinking of running the script normally, but send back only the
+ generated headers.
+
- documentation
### optimizations ###