summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2009-09-09 17:14:55 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2009-09-09 17:18:34 -0400
commit2680c3c68dca2b6614b1a75ef5e946aa71a6c3dd (patch)
treeab449655f4e63949af5a7ddb6ee1b9a82daba3c2 /TODO
parent06187ce308dce7b56016e09aa5396e6f1bf60a90 (diff)
downloadgit-bz-2680c3c68dca2b6614b1a75ef5e946aa71a6c3dd.tar.gz
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
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,