[Webkit-unassigned] [Bug 110127] [GTK][EFL] HEAD requests changed to GET after 303 redirection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 06:28:17 PDT 2013


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





--- Comment #25 from youenn fablet <youennf at gmail.com>  2013-03-22 06:30:43 PST ---
The test results for mac-wk2 and mac-ews are consistent.
Redirected HEAD requests remain HEAD for 307 redirections but not for 301, 302 and 303 redirections.
Looking at ResourceHandleCFNet.cpp, specific code enforces using the same method after 307 redirections.
Changing the behavior could be done there. Doing it at a lower level may make more sense?

To go on with the current patch, I can add a mac specific test expected file or skip the test for mac.
Option 1 has the benefit of ensuring that no regression happens on the current behavior.
Any suggestion?

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