From 6dd2357558a82f07bbf4e3fa376ea8bc48adca80 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 20 Oct 2000 14:44:26 -0700 Subject: [PATCH] [svn] TODO: -k needs to convert '?' to "%3F" in links to saved files containing the '?' character (e.g. CGI output). --- ChangeLog | 5 +++++ TODO | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 44e1caab..5b953ab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-20 Dan Harkless + + * TODO: -k needs to convert '?' to "%3F" in links to saved files + containing the '?' character (e.g. CGI output). + 2000-10-19 Dan Harkless * TODO: -E / --html-extension / html_extension has been implemented. diff --git a/TODO b/TODO index 8eeafecb..d8625974 100644 --- 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 too. * Make `-k' check for files that were downloaded in the past and convert links