]> sjero.net Git - wget/commitdiff
[svn] TODO: Make wget follow (illegal) relative URL HTTP redirects.
authordan <devnull@localhost>
Tue, 26 Sep 2000 00:42:50 +0000 (17:42 -0700)
committerdan <devnull@localhost>
Tue, 26 Sep 2000 00:42:50 +0000 (17:42 -0700)
ChangeLog
TODO

index ecc1674b81388eeec7a15b2b435e010a935779e1..9f4f0bd140a1ec0bb940d745ced3826aad2c47c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2000-09-25  Dan Harkless  <dan-wget@dilvish.speed.net>
 
-       * TODO: Make wget return nonzero in situations like bad HTTP auth.
+       * TODO: Make wget return nonzero in situations like bad HTTP
+       auth.  Make wget follow (illegal) relative URL HTTP redirects.
 
 2000-08-30  Dan Harkless  <dan-wget@dilvish.speed.net>
 
diff --git a/TODO b/TODO
index a1b0f4dc5a0cf78bcb685cd0f24315bed48459b4..0606fb75467d7fe3d47c387686805177b31382a4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,6 +6,9 @@ Wget.  Patches to implement any of these items would be gladly accepted.  The
 items are not listed in any particular order.  Not all of them represent
 user-visible changes.
 
+* Lots of noncompliant webservers issue HTTP redirects to relative URLs, and
+  browsers follow them, so wget should too.
+
 * Make wget return non-zero status in more situations, like incorrect HTTP auth.
 
 * Timestamps are sometimes not copied over on files retrieved by FTP.