DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21323>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21323 Support for handling large files should be added ------- Additional Comments From [EMAIL PROTECTED] 2003-07-12 21:13 ------- Fortunately this is already the case:) HttpMethod does not have any content length methods. Only EntityEnclosingMethod has setContentLength(). I will attach a patch in a second that I think is all that we will need to do. The only real API breaks are changing HttpMethodBase.getRequestContentLength() and HttpMethodBase.getResponseContentLength() from returning ints to longs. Both of these methods are protected. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
