Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-685

Asset service sends a 200 response even when the provided md5 checksum is invalid

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0
    • 4.0
    • Framework
    • None

    Description

      Not exactly sure what the browsers do with this, but I'm beginning to suspect that this is the reason why strange JavaScript behavior occurs after a change to an asset ... the browser thinks it can continue to use the OLD file.

      Here's some proof:

      bash-3.00$ curl -I http://localhost:9090/assets/b4909c59529064c46eb8843b65911500/org/apache/tapestry/form/Form.js
      HTTP/1.1 200 OK
      Date: Mon, 03 Oct 2005 14:35:49 GMT
      Server: Jetty/4.2.22 (Windows XP/5.1 x86 java/1.5.0_04)
      Content-Length: 10652
      Last-Modified: Mon, 03 Oct 2005 14:29:06 GMT
      Expires: Thu, 20 Oct 2005 15:09:35 GMT
      Content-Type: application/x-javascript

      bash-3.00$ curl -I http://localhost:9090/assets/b4909c59529064c46eb8843b65911501/org/apache/tapestry/form/Form.js
      HTTP/1.1 200 OK
      Date: Mon, 03 Oct 2005 14:35:56 GMT
      Server: Jetty/4.2.22 (Windows XP/5.1 x86 java/1.5.0_04)
      Content-Length: 0

      bash-3.00$

      In the second command, the md5 checksum was bad, but it was still a 200 return code.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: