DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31378>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31378 Move multipart request to a new RequestEntity type ------- Additional Comments From [EMAIL PROTECTED] 2004-09-23 02:56 ------- Here's a first stab this one. This patch does the following: - Deprecates MultipartPostMethod in favor of MultipartRequestEntity + PostMethod - Adds isRepeatable() to Part - Moves the multipart boundary definition to a HttpMethod param - Adds support to SimpleHttpServerConnection for reading request bodies - Ports the old webapp-based multipart tests to the new SimpleHttpServer. These tests are a little weak, perhaps we should consider making use of FileUpload for checking the multipart request. Please have a look and let me know what you think. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]