Bug 18558 - Missing post data.
Summary: Missing post data.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.4
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 15:10 PDT by Paul Davis
Modified: 2008-04-17 15:41 PDT (History)
0 users

See Also:


Attachments
small python echo server (563 bytes, text/plain)
2008-04-17 15:11 PDT, Paul Davis
no flags Details
Simple form with file field to post (226 bytes, text/plain)
2008-04-17 15:12 PDT, Paul Davis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Davis 2008-04-17 15:10:48 PDT
Occasionally when posting data the actual form content is missing. At first I thought this was a result of the web framework I'm working with, but reducing the error to a small python echo server I can manage to get the bug to trigger (I think. I might also be crazy).

To reproduce, download and run the small echo server, and submit the provided test file to the provided form. It generally takes a few times, but if you keep resubmitting the form you should eventually see a post that contained no data. Occasionally a post with only partial data will be read as well.
Comment 1 Paul Davis 2008-04-17 15:11:36 PDT
Created attachment 20640 [details]
small python echo server

Small echo server to dispaly safari's request headers.
Comment 2 Paul Davis 2008-04-17 15:12:09 PDT
Created attachment 20641 [details]
Simple form with file field to post

Example form that causes the error
Comment 3 Paul Davis 2008-04-17 15:23:08 PDT
Created attachment 20642


Largish test file helps exacerbate the problem.
Comment 4 Paul Davis 2008-04-17 15:41:53 PDT
I'm a fucking retard. Disregard this bug.