| > > is it possible, that this problem has something to do
with
> > the redirection? E.g. that each redirection (even in the
> > same domain) is count as external link (if max. ext.
depth
> > is set >0) ?> > our ASP-file has only 1 line of code:
> > <% Response.Redirect '/templates/template.asp?NAVID=1' %
>
>
> If on the same domain, no. But remember that 'external'
> means 'links that would have not been downloaded without
> the external option'
the silly point is: the program ist downloading less with
this option turned on than without this option...
>
> If you specified filters, like -*, ALL links will be
> considered 'external'
>
> Maybe a clue for this problem?
no, unfortunately, this didn't help. The only filters
defined were:
+*.png +*.gif +*.jpg +*.css +*.js
and even with no filters at all, I've got the same
behavior...
>
> I also just fixed (RC18-2) a very annoying bug which
causes
> filters to be crushed in certain cases.
>
| |