-------- Original Message --------
Subject: Re: nntprss beta build...
Date: Mon, 03 May 2004 11:53:16 -0500
From: Aleksander Slominski <
aslom@...>
To: Fred Edwards <
Fred.Edwards@...>
CC: nntp//rss Project Status <
nntprss@...>
References: <04ca01c42243$422dd670$c648b88c@libistech>
Fred Edwards wrote:
>
> I'm getting a lot of these from your build:
>
> 14:06:19,935 [Channel Poll Worker #1] INFO HttpMethodBase - Redirect
> requested but followRedirects is disabled
hi Fred,
did you get this fixed?
the solution i believe is to enable followRedirects in Channel.java as
it uses commons-httpclient.jar (that is HTTP client library). you can
change to true following line in Channel.java :
method.setFollowRedirects(false);
and recompile with ant.
that i think should allow to access redirected feed: if you do this then
nntprss will follow HTTP redirects to new blog location which may be
good or bad thing ....
alek
BTW: log error message could be better if it had number lines alas it
seems to come from inside commons-httpclient through
log4j/commons-logger combo ...
--
The best way to predict the future is to invent it - Alan Kay
--
The best way to predict the future is to invent it - Alan Kay