]> sjero.net Git - wget/commit
[svn] Dan Berger's query string patch is totally bogus. If you have two different
authordan <devnull@localhost>
Thu, 2 Mar 2000 22:48:07 +0000 (14:48 -0800)
committerdan <devnull@localhost>
Thu, 2 Mar 2000 22:48:07 +0000 (14:48 -0800)
commit3a8c75cac48ba8c7a72c5a666a315a0204eb0f4a
treee1983dc3e6fa0c76818b530f35565fa6bbd1ac87
parent03e5e4fe4d9eb84423e8ad8c73b18a8cf7b82535
[svn] Dan Berger's query string patch is totally bogus.  If you have two different
URLs, gen_page.cgi?page1 and get_page.cgi?page2, they'll both be saved as
get_page.cgi and the second will overwrite the first.  Also, parameters to
implicit CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to be
printed with trailing garbage characters, and could seg fault.  I'm not sure
what Dan had in mind with this patch (no explanatory comments), but I'm removing
it for now.  If he can rewrite it so it doesn't break stuff, okay.
src/ChangeLog
src/http.c
src/url.c