Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 16:36 UTC
Updated:
4 Nov 2009 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedHow can I reproduce this bug locally so it can be fixed?
This module
http://drupal.org/project/webfm
Public/Private downloads? Only PDF, anything else?
Comment #2
mikeytown2 commentedAble to reproduce, now working on a fix
Comment #3
mikeytown2 commentedBoost was too aggressive in what it was trying to cache. WebFM sends out multiple headers, one of them being text/html, the other being application/pdf. It was picking up the text/html and caching the PDF as text/html. Now boost only looks at the last header sent, which would be application/pdf in this case.
Comment #4
mikeytown2 commentedcommitted
Comment #5
MariusMaass commentedThanks, working.