[Webkit-unassigned] [Bug 134105] New: XHR requests incorrectly cached/combined/coalesced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 07:46:17 PDT 2014


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

           Summary: XHR requests incorrectly cached/combined/coalesced
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at simianengineering.com


two identical XHR requests made close togeather are combined irrespective of method (i.e even POST which should never be cached) and cache control headers.

jsfiddle demonstrating: (numbers should be different, as per latest chrome canary).

http://jsfiddle.net/D5s5M/2/

Issue is now fixed in chromium (canary), still present in webkit: https://code.google.com/p/chromium/issues/detail?id=361087

this is very bad.

i.e 'POST /api/getUUID' -> returns unique ID. If two of those calls happen close enough together the same ID will be returned to both. the logs will even show both requests going out, but if you watch a proxy you'd see only one request was actually made...

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