]> sjero.net Git - wget/commitdiff
[svn] TODO: -k needs to convert '?' to "%3F" in links to saved files containing the
authordan <devnull@localhost>
Fri, 20 Oct 2000 21:44:26 +0000 (14:44 -0700)
committerdan <devnull@localhost>
Fri, 20 Oct 2000 21:44:26 +0000 (14:44 -0700)
      '?' character (e.g. CGI output).

ChangeLog
TODO

index 44e1caabaa7660ee24d07b810dfab05972d2d19b..5b953ab7700ea9d6498147c04f9549cd070abea0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/TODO b/TODO
index 8eeafecb813e252676689a094e6c6ec21cbaa0fc..d86259741faa5b0c907eb447eb8773b213c1c180 100644 (file)
--- a/TODO
+++ b/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