]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r425787 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Thu, 17 May 2007 10:55:15 +0000 (10:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 17 May 2007 10:55:15 +0000 (10:55 +0000)
commit05b665bd8b2ba6a60115a152825a3e21710bd8aa
treee2b9d9adea186a6fffcd5345291d804327289a13
parent756744daed09a5e1a2717b19d6198ecbfc142b14
Merge r425787 from trunk:

* Remove all filters that are before the cache_out filter. This ensures
  that we kick off the filter stack with our cache_out filter being the
  first in the chain. This make sense because we want to restore things
  in the same manner as we saved them.
  There may be filters before our cache_out filter, because

  1. We call ap_set_content_type during cache_select. This causes
     Content-Type specific filters to be added.
  2. We call the insert_filter hook. This causes filters e.g. like
     the ones set with SetOutputFilter to be added.

PR: 40090

Submitted by: rpluem
Reviewed by: rpluem, wrowe, jerenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538868 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/cache/mod_cache.c