Opened 17 years ago
Closed 17 years ago
#6480 closed (fixed)
Don't gzip PDF files for IE
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Older IE browsers cannot open PDF files with Content-Encoding: gzip.
This patch prevents gzip encoding for PDF files.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 0005-Don-t-gzip-PDF-files-for-IE.patch added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7080]) Fixed #6480 -- Added application/pdf the list of content types we don't compress when sending to Internet Explorer. Thanks, Bastien Kleineidam.