[Webkit-unassigned] [Bug 161389] New: CachedResourceLoader is not taking into account fetch options to use or not cached resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 09:52:07 PDT 2016


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

            Bug ID: 161389
           Summary: CachedResourceLoader is not taking into account fetch
                    options to use or not cached resources
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

SubresourceLoader is doing redirection checks in CORS mode but not in No-Cors mode.
If a resource is fetched in no-cors mode, the cached resource may be reused in cors mode without revalidation each redirection.

Also, reusing a cached resource for another load with different fetch options has impact on the CachedResource.
Its response tainting and its origin clean in particular may not be correct.

-- 
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/20160830/82a38cef/attachment.html>


More information about the webkit-unassigned mailing list