Open GoogleCodeExporter opened 8 years ago
The temporary fix for me is to modify the end of the static block of
PageFetcher like this:
connectionManager = new ThreadSafeClientConnManager(params, schemeRegistry);
logger.setLevel(Level.INFO);
httpclient = new DefaultHttpClient(connectionManager, params);
httpclient.getParams().setParameter(ClientPNames.COOKIE_POLICY,
CookiePolicy.IGNORE_COOKIES);
}
For this you need to upgrade the httpcore and httpclient libraries to version
4.1 each.
This solves my needs to deal with problematic servers.
Perhaps someone could make this nicely configurable?
Original comment by vonhessl...@gmail.com
on 16 May 2011 at 11:58
[deleted comment]
I am working on the version 3.0 which is using httpclient 4.1 libraries. It
will be available soon.
-Yasser
Original comment by ganjisaffar@gmail.com
on 17 May 2011 at 12:03
Original comment by avrah...@gmail.com
on 18 Aug 2014 at 3:06
Original comment by avrah...@gmail.com
on 18 Aug 2014 at 3:10
Original issue reported on code.google.com by
vonhessl...@gmail.com
on 13 May 2011 at 6:26