[Webkit-unassigned] [Bug 156125] New: Fetching blob URLs with query parameters result in 404

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 19:16:13 PDT 2016


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

            Bug ID: 156125
           Summary: Fetching blob URLs with query parameters result in 404
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nolan at nolanlawson.com
                CC: beidson at apple.com

Created attachment 275457
  --> https://bugs.webkit.org/attachment.cgi?id=275457&action=review
Reproducible test case

Steps to repro:

1. Create a Blob
2. Create an object URL
3. Append a query param
4. Fetch it

Expected:

The Blob should be fetched normally, regardless of whether or not there are query params.

Actual:

The fetch resulted in a 404.

Notes:

There's no 404 in Firefox, but there is in Chrome.

URL to repro: http://bl.ocks.org/nolanlawson/2d6cdd75df91b04c49706e9abe2222a7

-- 
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/20160402/dc1caae8/attachment.html>


More information about the webkit-unassigned mailing list