Jarl Friis said:

> In the URLProcessor.pm there are some lines
>   if ($url =~ /[\/\&\?](\S{5,20}?)$/) {
>     $self->{to_string_name} = $1;
>   } else {
>     $self->{to_string_name} = $url;
>   }
> they seem to give me problems with a story-link like
> '/shareware/index.html' which in the example above means that tne
> to_string_name becomes 'index.html' which seem to conflict with the
> contents (level 1) url, hence the it stops because the queue seems empty.
> Does someone know what to do about it?

Hmm...

This shouldn't happen, as the queue is actually keyed numerically.
But anyway, I've checked in a fix for it so that sitescooper never
uses index.html/cgi/shtml/whatever as the key...

Do you have a site file that illustrates it?

--j.

_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/sitescooper-talk

Reply via email to