From 1f28911a2373d02f8b882e7df6f556cecad93cac Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 26 May 2004 23:54:47 +0000 Subject: [PATCH] actually fallback to GET with Zope servers git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1321 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/HttpUrlData.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linkcheck/HttpUrlData.py b/linkcheck/HttpUrlData.py index 55bf449b..81a0e97f 100644 --- a/linkcheck/HttpUrlData.py +++ b/linkcheck/HttpUrlData.py @@ -191,6 +191,7 @@ class HttpUrlData (ProxyUrlData): server.startswith('Zope')): self.setWarning(i18n._("Zope Server cannot determine" " MIME type with HEAD, falling back to GET")) + self.method = "GET" continue break # check url warnings