[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 Jan 11 07:28:43 PST 2013


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


Dan Winship <danw at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danw at gnome.org




--- Comment #2 from Dan Winship <danw at gnome.org>  2013-01-11 07:30:35 PST ---
So with the changes from bug 88961, we now make the correct series of requests. However, the test still fails because DRT doesn't print the right strings on redirect.

Eg, -expected has:

http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/303-to-307-target.php, main document URL http://127.0.0.1:8000/loading/resources/303-to-307-target.php, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8000/loading/resources/post-to-303-target.php, http status code 303>

but we output:

http://127.0.0.1:8000/loading/resources/303-to-307-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/303-to-307-target.php, main document URL http://127.0.0.1:8000/loading/resources/303-to-307-target.php, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8000/loading/resources/post-to-303-target.php, http status code 303>

(The first URL is wrong.)

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