stas 2003/11/24 01:53:00
Modified: todo bugs_registry Log: there is no need for special handling of HEAD requests in registry/mp2, since httpd-2.0 automatically discards the body for HEAD requests Revision Changes Path 1.3 +0 -4 modperl-2.0/todo/bugs_registry Index: bugs_registry =================================================================== RCS file: /home/cvs/modperl-2.0/todo/bugs_registry,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- bugs_registry 18 Nov 2003 21:45:18 -0000 1.2 +++ bugs_registry 24 Nov 2003 09:53:00 -0000 1.3 @@ -56,10 +56,6 @@ - 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 ###