
noreply at edgewall
Dec 23, 2005, 2:50 PM
Post #12 of 20
(4655 views)
Permalink
|
|
Re: [The Trac Project] #2006: broken images and attachments. SSL related.
[In reply to]
|
|
#2006: broken images and attachments. SSL related. -------------------------------------------------+-------------------------- Reporter: tiger [at] tadol | Owner: jonas Type: defect | Status: new Priority: normal | Milestone: 0.9.3 Component: general | Version: devel Severity: normal | Resolution: Keywords: https ssl broken images attachments | -------------------------------------------------+-------------------------- Changes (by nielsen [at] memberwebs): * cc: tiger [at] tadol => tiger [at] tadol, nielsen [at] memberwebs Comment: I have this problem with version 0.9.2 running as in as a CGI under Apache 2.0.55. I'm using Firefox with Live HTTP Headers to narrow down the problem. Every second request to get the a CSS (or image) turns up like this: {{{ http://dev/projects/network/chrome/common/css/trac.css GET /projects/network/chrome/common/css/trac.css HTTP/1.1 Host: dev User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7) 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 Cookie: trac_session=f4964209c822ff5dc3f3837e If-Modified-Since: Mon, 05 Dec 2005 18:20:12 GMT Cache-Control: max-age=0 HTTP/1.x 200 OK Date: Fri, 23 Dec 2005 22:36:47 GMT Server: Apache/2.0.55 (FreeBSD) DAV/2 SVN/1.3.0-rc4 Connection: close }}} * It only occurs when 'If-Modified-Since' is sent from the browser. * The above patch does suppress the behavior. * When running under Apache 1.3 the problem does not occur. -- Ticket URL: <http://projects.edgewall.com/trac/ticket/2006> The Trac Project <http://trac.edgewall.com/>
|