[Webkit-unassigned] [Bug 93214] [EFL][DRT] http/tests/loading/307-after-303-after-post.html times out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 07:29:48 PST 2013


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


youenn fablet <youennf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |youennf at gmail.com




--- Comment #4 from youenn fablet <youennf at gmail.com>  2013-02-08 07:31:56 PST ---
request->httpMethod() is set from POST to GET after the 303 redirection in doRedirect.
But handle->firstRequest().httpMethod() is left unchanged.
On the next call to doRedirect, request->httpMethod() will be again set to POST.

message and message->method are persistent over the redirection response.
After the 303 redirection, message->method is set to GET and its value will remain as is.

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