Actions
Bug #1552
closedmod_compress: should match for complete mime-type and the part before ';'
ASK QUESTIONS IN Forums:
Description
config example:
mimetype.assign = ( ".txt" => "text/plain; charset=utf-8" ) compress.filetype = ("text/plain")
Now the mimetypes do not match exactly, so mod_compress does not trigger.
The following patch checks for both: complete mime-type or the first part up to ';'.
Files
Updated by stbuehler about 16 years ago
- Target version changed from 1.4.20 to 1.4.21
Updated by icy almost 16 years ago
- Target version changed from 1.4.21 to 1.4.22
- Patch available set to No
Updated by stbuehler over 15 years ago
- Target version changed from 1.4.22 to 1.4.23
Updated by stbuehler over 15 years ago
- Target version changed from 1.4.23 to 1.4.24
Updated by stbuehler about 15 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2634.
Actions
Also available in: Atom