[svn] TODO: Make wget follow (illegal) relative URL HTTP redirects.

This commit is contained in:
dan 2000-09-25 17:42:50 -07:00
parent 737daec8e6
commit 2358c437c5
2 changed files with 5 additions and 1 deletions

View File

@ -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>

3
TODO
View File

@ -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.