From: dan Date: Tue, 26 Sep 2000 00:42:50 +0000 (-0700) Subject: [svn] TODO: Make wget follow (illegal) relative URL HTTP redirects. X-Git-Tag: v1.13~2451 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=2358c437c54acead1fbf52653b67d86f050c878b [svn] TODO: Make wget follow (illegal) relative URL HTTP redirects. --- diff --git a/ChangeLog b/ChangeLog index ecc1674b..9f4f0bd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2000-09-25 Dan Harkless - * 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 diff --git a/TODO b/TODO index a1b0f4dc..0606fb75 100644 --- 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.