[Webkit-unassigned] [Bug 89419] New: TestFailures is broken by Access-Control-Allow-Origin: * on build.webkit.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 21:53:51 PDT 2012


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

           Summary: TestFailures is broken by Access-Control-Allow-Origin:
                    * on build.webkit.org
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: abarth at webkit.org, dpranke at chromium.org,
                    lforschler at apple.com


Now that b.w.o returns Access-Control-Allow-Origin: * on all requests, build.webkit.org/TestFailures is broken because of:

XMLHttpRequest cannot load http://build.webkit.org/results/Apple%20Lion%20Debug%20WK1%20(Tests)/. Request header field Accept-Encoding is not allowed by Access-Control-Allow-Headers.

So I guess we need to have the server return
Access-Control-Allow-Headers: *
as well?

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