Ticket #1565 (new defect)

Opened 3 months ago

Last modified 3 months ago

mod_compress does not check if the request is already handled, e.g. by fastcgi

Reported by: stbuehler Assigned to: jan
Priority: normal Milestone: 1.5.0
Component: core Version: 1.5.x-svn
Severity: normal Keywords: patch
Cc: Blocking:
Need Feedback: 0

Description

To fix this a simple

if (con->mode != DIRECT) return HANDLER_GO_ON;

should be good enough.

Attachments

mod_compress-should-check-con-mode-DIRECT_lighty1.4.patch (0.8 kB) - added by stbuehler on 02/15/2008 03:47:51 PM.
mod_compress-should-check-con-mode-DIRECT_lighty1.5.patch (0.8 kB) - added by stbuehler on 02/15/2008 03:52:09 PM.

Change History

02/15/2008 03:47:51 PM changed by stbuehler

  • attachment mod_compress-should-check-con-mode-DIRECT_lighty1.4.patch added.

02/15/2008 03:52:09 PM changed by stbuehler

  • attachment mod_compress-should-check-con-mode-DIRECT_lighty1.5.patch added.

02/26/2008 04:28:53 PM changed by stbuehler

  • version changed from 1.4.x-svn to 1.5.x-svn.

Fixed in [2083] for 1.4.x


Add/Change #1565 (mod_compress does not check if the request is already handled, e.g. by fastcgi)




Change Properties