diff roundup/scripts/roundup_server.py @ 2592:5a8d9465827e

implement the HTTP HEAD command [SF#992544]
author Richard Jones <richard@users.sourceforge.net>
date Tue, 20 Jul 2004 02:07:58 +0000
parents dd2b9f5a104c
children 9c55f2bc5961
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py	Tue Jul 20 00:43:55 2004 +0000
+++ b/roundup/scripts/roundup_server.py	Tue Jul 20 02:07:58 2004 +0000
@@ -17,7 +17,7 @@
 
 """Command-line script that runs a server over roundup.cgi.client.
 
-$Id: roundup_server.py,v 1.55 2004-07-13 10:24:19 a1s Exp $
+$Id: roundup_server.py,v 1.56 2004-07-20 02:07:58 richard Exp $
 """
 __docformat__ = 'restructuredtext'
 
@@ -118,7 +118,7 @@
                     self.wfile.write("</pre>\n")
         sys.stdin = save_stdin
 
-    do_GET = do_POST = run_cgi
+    do_GET = do_POST = do_HEAD = run_cgi
 
     def index(self):
         ''' Print up an index of the available trackers

Roundup Issue Tracker: http://roundup-tracker.org/