Bug 88896

Summary: LayoutTests/http/tests/xmlhttprequest/origin-exact-matching.html is giving trouble due to too many redirects
Product: WebKit Reporter: Pablo Flouret <pf>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, cdumez, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88139, 88913    
Bug Blocks: 88727    
Attachments:
Description Flags
Patch none

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.