|
From: Jamie A. <Jam...@sl...> - 2002-02-12 01:57:30
|
There is a buglet with the external transport stuff which stops redirects
from an external transport from working.
htdig/Document.cc(ln 515) - Document::Retrieve
Currently:
if (transportConnect == HTTPConnect)
redirected_to = ((HtHTTP_Response *)response)->GetLocation();
Should be
if (transportConnect == HTTPConnect || transportConnect ==
externalConnect)
redirected_to = ((HtHTTP_Response *)response)->GetLocation();
cheers
Jamie Anstice
Search Scientist, S.L.I. Systems, Inc
jam...@sl...
ph: 64 961 3262
mobile: 64 21 264 9347
|