Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14750

network disk cache does not take into account the HTTP Vary header

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • Some future release
    • 4.7.0, 5.6.0
    • Network: Cache
    • None

      if e.g. a response contains "Vary: Accept" this means that the returned representation depends on the Accept header. A request with a different Accept header will create a different response at the server side, and because of that the cache could return an invalid resource.
      In other words, the cache should only return the resource if the list of fields in the "Vary" header in the cached request are the same as the request the cache is about to serve from.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            peter-har Peter Hartmann
            phartman Peter Hartmann (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes