[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
Thu Apr 11 00:29:27 PDT 2013


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





--- Comment #8 from youenn fablet <youennf at gmail.com>  2013-04-11 00:27:42 PST ---
(In reply to comment #6)
> One other possibility if we don't want to change the current behavior
> is to add a new 'original-uri' property to the WebKitWebResource
> class.

Does that new property be useful outside this test?
If created for the purpose of the test, I would avoid doing that.
A temporary workaround may be to create an expected file for that test.
We would at least check that there is no regression in the POST-303-307 behavior.

> One thing to note, though, is that we're currently updating the uri
> property (which is read-only) by directly accessing the private
> structure from a different class...

Yes, when reading that code, I thought it might be better to encapsulate this as a function call, if this code is to remain.

-- 
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