Issue30

Title if-modified-since requests seem to fail
Priority urgent Status chatting
Superseder Nosy List chrism
Assigned To Topics

Created on 2008-03-24.17:28:38 by chrism, last changed 2008-04-30.17:26:41 by chrism.

Messages
msg98 (view) Author: chrism Date: 2008-04-30.17:26:40
David indicated that this only happened when "css debug mode" was on...
msg87 (view) Author: chrism Date: 2008-04-03.20:19:53
I tried to repeat this without any success.
msg85 (view) Author: chrism Date: 2008-03-24.17:28:37
David Durham noticed that every other request for a resource in his setup
failed.  I *think* we may have tracked it down to If-Modified-SInce requests:

     
http://beta.jgsullivan.dev.jgsullivan.com/portal_javascripts/Plone%20Default/++resource++ContentCaller.javascripts/jquery-1.2.3.min.js
      GET
/portal_javascripts/Plone%20Default/++resource++ContentCaller.javascripts/jquery-1.2.3.min.js
HTTP/1.1
      Host: beta.jgsullivan.dev.jgsullivan.com
      User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12)
Gecko/20080225 Ubuntu/8.04 (hardy) Firefox/2.0.0.12
      Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
      Accept-Language: en-us,en;q=0.5
      Accept-Encoding: gzip,deflate
      Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
      Keep-Alive: 300
      Connection: keep-alive
      If-Modified-Since: Mon, 24 Mar 2008 17:33:34 GMT
      Cache-Control: max-age=0

      HTTP/1.x 404 Not Found
      Date: Mon, 24 Mar 2008 22:21:17 GMT
      Server: Apache
      Cache-Control: public,max-age=86400
      Connection: close
      Content-Type: text/html; charset=ISO-8859-1

versus

     
http://beta.jgsullivan.dev.jgsullivan.com/portal_javascripts/Plone%20Default/++resource++ContentCaller.javascripts/jquery-1.2.3.min.js
      GET
/portal_javascripts/Plone%20Default/++resource++ContentCaller.javascripts/jquery-1.2.3.min.js
HTTP/1.1
      Host: beta.jgsullivan.dev.jgsullivan.com
      User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12)
Gecko/20080225 Ubuntu/8.04 (hardy) Firefox/2.0.0.12
      Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
      Accept-Language: en-us,en;q=0.5
      Accept-Encoding: gzip,deflate
      Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
      Keep-Alive: 300
      Connection: keep-alive
      Cache-Control: max-age=0

      HTTP/1.x 200 OK
      Date: Mon, 24 Mar 2008 22:21:36 GMT
      Server: Apache
      Cache-Control: public,max-age=86400
      Content-Length: 54075
      Last-Modified: Mon, 24 Mar 2008 17:33:34 GMT
      Keep-Alive: timeout=15, max=100
      Connection: Keep-Alive
      Content-Type: application/x-javascript
History
Date User Action Args
2008-04-30 17:26:41 chrism set messages: + msg98
2008-04-03 20:19:53 chrism set status: unread -> chatting
messages: + msg87
2008-03-24 17:28:38 chrism create