Doğacan Güney wrote:
I am not sure if this is an error. Plugin protocol-httpclient plugin uses Apache's commons-httpclient library to request pages. This library can normally follow through redirects, but since Nutch's fetcher handles redirects, httpclient's followRedirect is disabled. So when a request returns redirect, httpclient reports that it won't be following this redirect(hence the above output),
Nutch's fetcher sees this and makes a new request to the redirected url.

Correct. This is an innocuous message that you can safely ignore.

It would be nice to disable it, though - perhaps some log4j guru could modify log4j.properties to eliminate this?

--
Best regards,
Andrzej Bialecki     <><
___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


Reply via email to