Subject: | Clear URI fragments before processing |
URI fragments (the #... part) are intra-document only. It should not be sent to the server.
In fact it should be possible to reapply the fragment of the original URI to an file:// URI built from the downloaded file.
Currently the URI fragment leaks at least into ->output_file.
So the URI fragment should be either:
1. cleared from the URI at construction time
2. ignored when building output_file
/me prefers 1.
--
Olivier Mengué - http://perlresume.org/DOLMEN