]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a bug where if the cache quick handler is switched off, and the CACHE
authorGraham Leggett <minfrin@apache.org>
Fri, 4 Jun 2010 00:09:51 +0000 (00:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 4 Jun 2010 00:09:51 +0000 (00:09 +0000)
commit2e958275d9907f9103743aaedfb256ed1f5449ca
tree5fdf5971a1ab164c7a4b0a153f61557e502cc187
parent5d4b85bc360ab43d17473733124cce2e732a4a49
Fix a bug where if the cache quick handler is switched off, and the CACHE
filter is manually added by the admin, but caching has not been enabled for
the URL space, an attempt is made to remove the CACHE_SAVE filter instead
of the CACHE filter. This fix makes the code work like the comment above
the code, the comment being correct.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951220 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_cache.c