mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: -k needs to convert '?' to "%3F" in links to saved files containing the
'?' character (e.g. CGI output).
This commit is contained in:
parent
2ddbc866f6
commit
6dd2357558
@ -1,3 +1,8 @@
|
||||
2000-10-20 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* TODO: -k needs to convert '?' to "%3F" in links to saved files
|
||||
containing the '?' character (e.g. CGI output).
|
||||
|
||||
2000-10-19 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* TODO: -E / --html-extension / html_extension has been implemented.
|
||||
|
4
TODO
4
TODO
@ -35,6 +35,10 @@ may tend towards the top). Not all of these represent user-visible changes.
|
||||
* Allow mirroring of FTP URLs where logging in puts you somewhere else besides
|
||||
'/'.
|
||||
|
||||
* If CGI output is saved to a file, e.g. cow.cgi?param, -k needs to change the
|
||||
'?' to a "%3F" in links to that file to avoid passing part of the filename as
|
||||
a parameter.
|
||||
|
||||
* Make `-k' convert <base href=...> too.
|
||||
|
||||
* Make `-k' check for files that were downloaded in the past and convert links
|
||||
|
Loading…
Reference in New Issue
Block a user