From: richard Date: Wed, 26 Mar 2003 04:54:59 +0000 (+0000) Subject: we don't support HEAD X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b6028c5c7751937ba23d095f2bd50dc73fde7ec4;p=roundup.git we don't support HEAD git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1626 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/scripts/roundup_server.py b/roundup/scripts/roundup_server.py index 23cd8e9..1a113ef 100644 --- a/roundup/scripts/roundup_server.py +++ b/roundup/scripts/roundup_server.py @@ -16,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.20 2003-02-26 05:05:56 richard Exp $ +$Id: roundup_server.py,v 1.21 2003-03-26 04:54:59 richard Exp $ """ # python version check @@ -93,7 +93,7 @@ class RoundupRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): self.wfile.write("\n") sys.stdin = save_stdin - do_GET = do_POST = do_HEAD = send_head = run_cgi + do_GET = do_POST = run_cgi def index(self): ''' Print up an index of the available trackers