[Webkit-unassigned] [Bug 35300] (GTK) HTTP 307 after a 303 after a POST re-sends POST data from the original request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 14:06:53 PDT 2013


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


Alberto Garcia <agarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #196679|                            |review?, commit-queue?
               Flag|                            |




--- Comment #4 from Alberto Garcia <agarcia at igalia.com>  2013-04-05 14:05:06 PST ---
Created an attachment (id=196679)
 --> (https://bugs.webkit.org/attachment.cgi?id=196679&action=review)
Patch

(In reply to comment #3)
> As of the DRT URL bug, the WebKitWebResource private uri field is
> changed in FrameLoaderClient::dispatchWillSendRequest.

> I was wondering whether it would be a more appropriate model to keep
> this field unchanged accross redirections?

Yes, this actually seems to be the problem.

Do we need to change that field? The identifier is supposed to be
associated to the initial request.

It works fine if we do it like that, here's the patch, I tried all
http/tests and it doesn't seem to break anything.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list