HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Two small problems found (v3.20 RC1)
Author: Xavier Roche
Date: 06/21/2002 20:28
 
> With 'No external links' selected, links to https site
> don't work.  In previous versions, the 'https://'

Right - my javascript routine is bogus (added on the TODO 
list)

> Issue with /../ URLs.  Imagine the 

Fortunately, this issue does only concern external pages - 
if you mirror from <http://www.foo.com/bar/index.html> these 
three links:

<a href="../upper.html"> UPPER </a><br>
<a href="../../upper.html"> UPPER </a><br>
<a href="../../../upper.html"> UPPER </a><br>
<a href="../../../../upper.html"> UPPER </a><br>

You'll get identical ones:

<a href="../upper.html"> UPPER </a><br>
<a href="../upper.html"> UPPER </a><br>
<a href="../upper.html"> UPPER </a><br>
<a href="../upper.html"> UPPER </a><br>

As the engine is doing several security checks for ../ 

... except when forming the external.html thing.

(added on the TODO list :) )
 
Reply Create subthread


All articles

Subject Author Date
Two small problems found (v3.20 RC1)

06/20/2002 02:37
Re: Two small problems found (v3.20 RC1)

06/21/2002 20:28
Re: Two small problems found (v3.20 RC1)

06/24/2002 01:15




8

Created with FORUM 2.0.11