Bug 126290

Summary: [SOUP] willSendRequest doesn't work after a redirect
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, danw, gustavo, mrobinson, rakuco, svillar
Priority: P2 Keywords: Soup
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 126291    
Attachments:
Description Flags
Patch mrobinson: review+

Carlos Garcia Campos
Reported 2013-12-30 08:01:40 PST
The problem is that we are creating the new soup request for the redirect before calling ResourceHandleClient::willSendRequest() so that any change made to the request by the client is ignored.
Attachments
Patch (8.71 KB, patch)
2013-12-30 08:06 PST, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2013-12-30 08:06:16 PST
WebKit Commit Bot
Comment 2 2013-12-30 08:08:15 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2013-12-31 00:24:45 PST
Note You need to log in before you can comment on or make changes to this bug.