lucene/sandbox/contributions/webcrawler-LARM/libs/HTTPClient-patch
cmarschner c9f9dc68d3 fixed build issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150873 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 11:29:40 +00:00
..
HTTPClient fixed build issue 2003-04-11 11:29:40 +00:00
README.txt fixed build issue 2003-04-11 11:29:40 +00:00

README.txt

This directory contains a patch to the HTTPClient which adds a maximum bytes
attribute to the getData() method. This method retrieves a file at once but
would crash the server if the remote file was too large. 

To compile it, download HTTPClient.jar from http://www.innovation.ch, extract it,
overwrite the source files with the ones in this folder, and compile it.

The file ../HTTPClient-0.3.3-patched.jar already contains a patched version