Andrzej: On 07/05/05, Andrzej Bialecki <[EMAIL PROTECTED]> wrote: > This is just a quick update on the subject. As a part of my work on > Fetcher improvements I brought up-to-date a plugin (contributed by Andy > Hedges and Ken Meltsner), which uses Jakarta Commons HttpClient for the > HTTP handling. It handles internally all hairy issues such as redirects, > timeouts, cookies, authentication, etc. I also added support for HTTPS > and content-based redirection (meta http-equiv=refresh). > > So far in my experience it works perfectly well - at least equally well > to the existing protocol-http, plus of course all additional features... > > I tested it on several sites, but I'm also looking for some brave souls > ;-) to test it in their environment, preferably with heavy load, to see > whether it behaves properly.
Was this compiled with Java 1.5? When I try to compile it into my nutch installation, I get "class file has wrong version 49.0, should be 48.0". Apparently, you need to use "-source 1.4" to create a compatible class file for 1.4. -- Cheers, Hasan Diwan <[EMAIL PROTECTED]>
