diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2009-09-09 17:14:55 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2009-09-09 17:18:34 -0400 |
commit | 2680c3c68dca2b6614b1a75ef5e946aa71a6c3dd (patch) | |
tree | ab449655f4e63949af5a7ddb6ee1b9a82daba3c2 /TODO | |
parent | 06187ce308dce7b56016e09aa5396e6f1bf60a90 (diff) | |
download | git-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-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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, |