[Webkit-unassigned] [Bug 29761] [GTK] performs a POST when refreshing a view that was obtained with a GET

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 26 09:29:45 PDT 2009


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





--- Comment #2 from Dan Winship <danw at gnome.org>  2009-09-26 09:29:45 PDT ---
I suspect ResourceHandleSoup::restartedCallback needs to do:

    request.setHTTPMethod(String(uri->method));

along with the existing request.setURL, before calling willSendRequest().
(SoupSession will have changed the SoupMessage's method when restarting it in
this case.)

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