Closed
Bug 444345
Opened 17 years ago
Closed 9 years ago
unable to display PDF delivered via SSL with cache-control:private since Firefox 3.0b2
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: aha, Unassigned)
References
Details
(Keywords: regression, testcase)
We had problems on intranet web application with displaying PDF files in Firefox 2.0.0.10 and lated. Those files were delivered to users via SSL with cache-control:public. I filled bug 420310 for it. Boris found, that cause is in creating plugin cache files (see bug 420310, from comment 14).
In the same time displaying in trunk version of Firefox 3.0 was okay.
We tweaked our web application in last month and PDF files delivered via SSL have now cache-control:private. Boom! They can't be displayed in Firefox 3.0 final with default setting of browser.cache.disk_cache_ssl (false). Plugtmp directory is created, but any plugtmp-X file is not present in it.
If browser.cache.disk_cache_ssl property is set to true, PDF are displayed (plugtmp directory is not created, any plugtmp-X file is not present).
Regression occurred between Firefox/3.0b1 (2007110904) and Firefox/3.0b2 (2007121120), so maybe it regressed from one of bug 402649, bug 402460, bug 262116 or bug 345181 (noted in bug 420310 as maybe related bugs on trunk).
I could try find smaller regression windows or provide HTTP Mozilla log, if somebody need it.
Reporter | ||
Comment 1•16 years ago
|
||
Testcase for this bug is available on:
https://ananke.softeu.cz/pdf/private/
Header:
HTTP/1.x 200 OK
Date: Thu, 21 Aug 2008 08:25:31 GMT
Server: Apache
X-Powered-By: PHP/4.3.10-19
Expires: Sat, 28 Feb 2009 11:07:00 GMT
content-disposition: inline; filename='private.pdf'
Cache-Control: private, max-age=31536000
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 11880
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: application/pdf;charset=ISO-8859-1
Keywords: testcase
Comment 2•16 years ago
|
||
Testcase works fine in Firefox 3.0.3.
Comment 3•13 years ago
|
||
Reporter: Is this still a problem ?
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•