[Webkit-unassigned] [Bug 88913] [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 15:47:54 PDT 2012


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





--- Comment #2 from Pablo Flouret <pablof at motorola.com>  2012-06-12 15:47:53 PST ---
The only suspect i can find is this line:

$origin = isset($_GET['origin']) ? $_GET['origin'] : $_SERVER['HTTP_ORIGIN'];

The tests that fail are the ones where the origin starts with a null character. Maybe that's fooling isset() in that platform? *preventively curses php*

I can make a patch to use the origin directly without checking and see if that's the problem. I don't have the ability to build a linux64 qt, is there a way to test if it would work or is landing a patch and looking at what happens the only way to move forward?

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