At 02:40 PM 6/16/99 -0700, Michael wrote:
>> I believe someone posted a patch recently that did exactly this.
>>
>Nope, that patch is for the same problem, but it is in
>http.c and I've applied it.
Hmm, it looks like the patches directory was reorganized (in the past,
there were multiple different patches for the same error). Anyway, in
addition to the fix made found in:
http://sunsite.berkeley.edu/SWISH-E/Patches/spider
You should also apply the following patch to swishspider (sorry for the
line wrap):
50c50
< if( $response->header("content-type") eq "text/html" ) {
---
> if( substr($response->header("content-type"), 0, length("text/html"))
eq "text/html" ) {
moo
----------------------------------------------------------------------
Ron Klatchko - Manager, Advanced Technology Group
UCSF Library and Center for Knowledge Management
ron@library.ucsf.edu
Received on Wed Jun 16 17:12:45 1999