Justin Mason ([EMAIL PROTECTED]) wrote:
> > failed: File name too long
> > I'm not sure what to do about that though.
> 
> I think I can fix that, I have a little bit of code to hash long
> URLs into a short filename.  I was hoping I wouldn't have to
> use it, for speed reasons.

I worked around it by adding

  $url =~ s/\?.*?$//;

to PerSiteDirCache::mk_generic_cache_filename()

but that's quite possibly a bad thing to do.

> Try out the dev version tomorrow and see if it works...

OK, thanks :-)

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

Reply via email to