[wget-notify] [bug #22670] Wget matches accept/reject lists against
local filenames to decide when to delete
Micah Cowan
INVALID.NOREPLY at gnu.org
Fri May 30 13:04:00 PDT 2008
Follow-up Comment #3, bug #22670 (project wget):
Note that this problem currently results in different behavior between the
following two commands:
wget --content-disposition -A'*cd*' micah.cowan.name/cgi-bin/cd?cd=foo
wget -r --content-disposition -A'*cd*' micah.cowan.name/cgi-bin/cd?cd=foo
Both download to a file named "foo" (Content-Disposition header based on the
value of the "cd" query-string param); but the latter will delete the file
afterwards (the acc/rej deletion stuff is only done in retrieve_tree, not
retrieve_url).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?22670>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the wget-notify
mailing list