[Webkit-unassigned] [Bug 137299] POST is missing a body after registerSchemeForCustomProtocol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 28 02:11:51 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137299

--- Comment #16 from Daniel <danielo at opera.com> ---
Right, this patch only sends NSURLRequest.HTTPBody, and doesn't handle NSURLRequest.HTTPBodyStream. HTTPBodyStream is stripped as before. It means that uploading a file won't work (for example on http://imgur.com ). I think that the file upload use case should be treated in a separate bug, because it's quite a different use case, and should be prioritized separately. It needs different test cases as well. I'm going to create a separate bug report for this if that's fine.

The patch here fixes all the form types without "input type=file", including all sorts of login and registration forms.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141028/ab845819/attachment-0002.html>


More information about the webkit-unassigned mailing list