Hi Ike,<br><br>    Totally understood (I want to know the answer as much as you do!).  I think if we can use the Apache code, which has gone through much more real-world testing, it will definitely help protect us against some of these edge cases (or at least better protect us).  Let me know when your patch has been merged into the main repository and I will update the smoke test to use the library as well to create the multipart request and verify that it still passes.<br>
<br>Thanks,<br><br>--Jonathan<br><br><div class="gmail_quote">On Fri, Apr 15, 2011 at 8:37 AM, Heiko Braun <span dir="ltr">&lt;<a href="mailto:hbraun@redhat.com">hbraun@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
The client in Question is Safari 5.0.4. I doubt is does something wrong.<br>
But you are right, most of these problems derive from the fact the multipart encoded request<br>
is wrong in some place.<br>
<br>
What I&#39;ve noticed after replacing the server side pieces with the ASL ones,<br>
was that the test cases failed, because it seemed to be using an erroneous request.<br>
Beginning with the missing &quot;boundary&quot; delimiter as part of the content type header.<br>
AFAIK it&#39;s required.<br>
<br>
Anyway, this is not abut blaming anyone. I&#39;ve just wanted to take the shortest path<br>
to desired functionality.<br>
<br>
Not sure about the ASL though.<br>
<br>
<br>
Ike<br>
<div><div></div><div class="h5"><br>
On Apr 15, 2011, at 2:17 PM, Jonathan Pearlin wrote:<br>
<br>
&gt; Ike,<br>
&gt;<br>
&gt;     One more thing to add:  when I wrote the smoke tests for the upload API, I did notice a similar issue.  However, it turned out that I was not creating the multipart POST correctly (an error in how I was programmatically building the multipart was cauing the parsing to enter into an infinite loop and run out of memory).  However, once I fixed the test code to produce a valid multipart post, everything was fine.  In my normal development testing, I tested by uploading the Hudson WAR file (which is about 34 MB and much larger than the one you see the issue with).  However, while it is possible that this issue is due to whatever is submitting the upload request not following the multipart specification, the code probably does need to be changed to handle multipart requests that do not contain completely valid data (if we cannot use the Apache library).  I would be curious to see what the POST looks like that is causing the issue (in terms of the mutlipart boundary, header and payload).  It is fairly easy to modify the server code to dump the incoming POST request to a file to see if it is at all different than what is expected.<br>

&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; --Jonathan<br>
<br>
</div></div></blockquote></div><br>