RESOLVED FIXED 88896
LayoutTests/http/tests/xmlhttprequest/origin-exact-matching.html is giving trouble due to too many redirects
https://bugs.webkit.org/show_bug.cgi?id=88896
Summary LayoutTests/http/tests/xmlhttprequest/origin-exact-matching.html is giving tr...
Pablo Flouret
Reported 2012-06-12 11:30:49 PDT
The test is giving out "too many redirect" errors on GTK and EFL due to using redirect-cors.php without an actual url to redirect. Redirects are not actually tested in that test, a script that set the Access-Control-Allow-Origin header to an arbitrary origin was needed and redirect-cors.php was the only existing one that had the capability. The infinite redirect thing was an unintended consequence, so a different script should be used to set the header.
Attachments
Patch (19.12 KB, patch)
2012-06-12 11:37 PDT, Pablo Flouret
no flags
Pablo Flouret
Comment 1 2012-06-12 11:37:36 PDT
WebKit Review Bot
Comment 2 2012-06-12 13:09:37 PDT
Comment on attachment 147123 [details] Patch Clearing flags on attachment: 147123 Committed r120107: <http://trac.webkit.org/changeset/120107>
WebKit Review Bot
Comment 3 2012-06-12 13:09:42 PDT
All reviewed patches have been landed. Closing bug.
Chris Dumez
Comment 4 2012-06-12 22:34:56 PDT
Thanks, this worked. http/tests/xmlhttprequest/origin-exact-matching.html is now passing on EFL bot.
Note You need to log in before you can comment on or make changes to this bug.