[Webkit-unassigned] [Bug 23476] New: HTTP redirect should make application cache updating fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 22 08:57:28 PST 2009


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

           Summary: HTTP redirect should make application cache updating
                    fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


4. <404/410 handing for manifests>
5. Otherwise, if fetching the manifest fails in some other way (e.g. the server
returns another 4xx or 5xx response or equivalent, or there is a DNS error, or
the connection times out, or the user cancels the download, or the parser for
manifests fails when checking the magic signature), or if the server returned a
redirect, or if the resource is labeled with a MIME type other than
text/cache-manifest, then run the cache failure steps.
...
16.4 If the previous step fails (e.g. the server returns a 4xx or 5xx response
or equivalent, or there is a DNS error, or the connection times out, or the
user cancels the download), or if the server returned a redirect, then run the
first appropriate step from the following list:

  * If the URL being processed was flagged as an "explicit entry" or a
"fallback entry"
       Run the cache failure steps.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list