Project

General

Profile

Actions

Bug #1552

closed

mod_compress: should match for complete mime-type and the part before ';'

Added by stbuehler about 16 years ago. Updated over 14 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_compress
Target version:
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


Related issues 1 (0 open1 closed)

Has duplicate Bug #2115: Issue in the parsing of filetypes for mod_compressDuplicate2009-12-09Actions
Actions #1

Updated by stbuehler over 15 years ago

  • Target version changed from 1.4.20 to 1.4.21
Actions #2

Updated by icy about 15 years ago

  • Target version changed from 1.4.21 to 1.4.22
  • Patch available set to No
Actions #3

Updated by stbuehler about 15 years ago

  • Target version changed from 1.4.22 to 1.4.23
Actions #4

Updated by stbuehler almost 15 years ago

  • Target version changed from 1.4.23 to 1.4.24
Actions #5

Updated by stbuehler over 14 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2634.

Actions #6

Updated by stbuehler over 14 years ago

  • Missing in 1.5.x set to No
Actions

Also available in: Atom