Bug 105965 - [WK2 NetworkProcess] Uploading fails if a client modified the request
Summary: [WK2 NetworkProcess] Uploading fails if a client modified the request
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2013-01-02 16:03 PST by Alexey Proskuryakov
Modified: 2013-01-02 16:28 PST (History)
3 users (show)

See Also:


Attachments
proposed fix (6.84 KB, patch)
2013-01-02 16:09 PST, Alexey Proskuryakov
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-01-02 16:03:00 PST
If a client has modified the request in willSendRequest, FormData becomes incorrect in WebCore::ResourceRequest.

<rdar://problem/12916582>
Comment 1 Alexey Proskuryakov 2013-01-02 16:09:11 PST
Created attachment 181099 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-01-02 16:28:03 PST
Committed <http://trac.webkit.org/r138676>.