Bug #1552
mod_compress: should match for complete mime-type and the part before ';'
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | jan | % Done: | 100% | |
| Category: | mod_compress | |||
| Target version: | 1.4.24 | |||
| Missing in 1.5.x: | No |
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 ';'.
Related issues
Associated revisions
mod_compress: match partial+full content-type (fixes #1552)
History
#1 Updated by stbuehler over 4 years ago
- Target version changed from 1.4.20 to 1.4.21
#2 Updated by icy over 4 years ago
- Target version changed from 1.4.21 to 1.4.22
- Patch available set to No
#3 Updated by stbuehler about 4 years ago
- Target version changed from 1.4.22 to 1.4.23
#4 Updated by stbuehler almost 4 years ago
- Target version changed from 1.4.23 to 1.4.24
#5 Updated by stbuehler over 3 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2634.
#6 Updated by stbuehler over 3 years ago
- Missing in 1.5.x set to No
Also available in: Atom
