From 2680c3c68dca2b6614b1a75ef5e946aa71a6c3dd Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 9 Sep 2009 17:14:55 -0400 Subject: Handle redirects Handle redirect HTTP responses, in particular if a Bugzilla server is redirecting from http to https. We try to detect "Bugzilla URL base is over here" when we ask for show_bug.cgi and remember that for future requests to the same BugServer to avoid too many redirections. Switch from caching connection on the BugServer to a global connection cache, and rewrite the BugServer cache so to deal with the possibility of redirections. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 5a2f609..e81f280 100644 --- a/TODO +++ b/TODO @@ -31,10 +31,6 @@ Automatically guess obvious obsoletes matches the Subject of the attachment, start the Obsoletes line uncommented? -Handle redirects: - - Should follow redirects, both to different URLs and http => https - Better display of errors The switch to XML-RPC greatly improves errors when filing a new bug, -- cgit v1.2.3