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
[EMAIL PROTECTED]
ph: 64 961 3262
mobile: 64 21 264 9347
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev