mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Make wget follow (illegal) relative URL HTTP redirects.
This commit is contained in:
parent
737daec8e6
commit
2358c437c5
@ -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
3
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.
|
||||
|
Loading…
Reference in New Issue
Block a user