Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8234374

java should not send If-Modified-Since when requested URL is not in java cache

XMLWordPrintable

      The SSL stack is improperly setting an If-Modified-Since header on the CRL request EVEN THOUGH it has just determined that it does not have this content in its cache.

          https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/304

      The HTTP 304 Not Modified client redirection response code indicates that there is no need to retransmit the requested resources. It is an implicit redirection to a cached resource. This happens when the request method is safe, like a GET or a HEAD request, or when the request is conditional and uses a If-None-Match or a If-Modified-Since header.

            dmarkov Dmitry Markov
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: