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=17459>.
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=17459

Posting multipart/form-data results in Invalid method request





------- Additional Comments From [EMAIL PROTECTED]  2003-04-23 01:15 -------
OK, I have verified this bug in 2.0.40 and Mozilla 1.1.1 on a Red Hat 9 i686
system (virgin install) by building a simple HTML form, a simple CGI program,
and a C program that generates varying length files.  No SSL.  With no file
specified, the browser returns 905 bytes of data.  With a file consisting of
15,999,100 "a" characters, it works.  With a file consisting of 15,999,200 "a"
characters, Apache fails with "Software error: Malformed multipart POST".  By
the way, when the file sent is 15,999,100 characters, the CGI program reports
that the response contained *exactly* 16,000,000 characters in the content!

So, OK, you make me look; it works with a file size of 15,999,144, and fails at
15,999,146.

At 15,999,144, the CGI is still reporting a total content of 16,000,000.  Sounds
unlikely this is a computer number, but oh so likely that it's a human one. 
Could it be there is some pre-LimitRequestBody code lingering around?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to