J�rg Mattik <[EMAIL PROTECTED]> writes: > I have found a problem with the new wget 1.7. After the download > with the command: > > wget -k -m -np -b -o xmm1.log http://vegemite.chem.nottingham.ac.uk/~xmakemol/ > > I found the file "download.html" modified by wget. The critical line 52 in > this file looks like this: > > <a >href="http://vegemite.chem.nottingham.ac.uk/%7Exmakemol/download/../dists/index.html"> > > The line 52 in the original file looks like this: > > <a href="../dists/"> > > So wget creates an absolute link, which works not correct. Is this > behaviour of wget correct?
Thanks for the report. Please note that the CVS version of Wget has URL and recursion handling code significantly different from that in 1.7. I cannot repeat the problem with the new code base, so maybe the problem went away. It would help if you could test it. recursion has changed significantly since 1.7.
