[Webkit-unassigned] [Bug 145717] New: It's impossible to detect that XMLHttpRequest is blocked by mixed content blocking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 16:19:53 PDT 2015


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

            Bug ID: 145717
           Summary: It's impossible to detect that XMLHttpRequest is
                    blocked by mixed content blocking
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ap at webkit.org
                CC: beidson at apple.com, cdumez at apple.com, oliver at apple.com

When mixed content blocking is enabled in WebKit, mixed content XMLHttpRequests just appear to stall - they forever remain in readyState 1, and don't get any final events.

I suspect that they likely leak at some level too.

Steps to reproduce:
1. Put any simple XMLHttpRequest test case into LayoutTests/tests/http that loads from http://127.0.0.1:8000

2. Run this command (it essentially runs the server for us, as run-webkit-httpd doesn't support https):

run-webkit-tests LayoutTests/http/tests/xmlhttprequest/readystatechange.html --repeat 100000

3. Open your test using https, observe that the load stalls.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150605/fbb883dd/attachment.html>


More information about the webkit-unassigned mailing list