HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Detect all links and email addresses
Author: Xavier Roche
Date: 06/29/2001 08:54
 
Bug found! This is linked with the "attempt to detect 
all links" option, option you can disable (this won't 
affect javascript, I think)

The "foobar@aol.com", for example, is seen as a link 
because ".com" is "recognized" as an application file 

This problem will be fixed with the upcoming 
subrelease of HTTrack

(patch below:)

@@ -843,9 +841,6 @@
                                     url_ok=1;
                                   else if (is_dyntype
(get_ext(tempo)))  // reconnu php,cgi,asp..
                                     url_ok=1;
-                                  // MAIS pas les 
foobar@aol.com !!
-                                  if (strchr
(tempo,'@'))
-                                    url_ok=0;
                                 }
                                 //
                                 // Ok, cela pourrait 
ĂȘtre une URL
 
Reply Create subthread


All articles

Subject Author Date
"Detect all links" and email addresses

06/29/2001 06:11
Re:

06/29/2001 08:40
Re: Detect all links and email addresses

06/29/2001 08:54
Re: Detect all links and email addresses

07/02/2001 08:02
Re: Detect all links and email addresses

07/02/2001 21:51
Re: Detect all links and email addresses

07/03/2001 01:53




0

Created with FORUM 2.0.11