https://issues.apache.org/bugzilla/show_bug.cgi?id=45347
Summary: CACHE_SAVE filter is not executed
Product: Apache httpd-2
Version: 2.2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: mod_cache
AssignedTo: bugs@httpd.apache.org
ReportedBy: mkevac@gmail.com
CACHE_SAVE filter is not executed when accessing /, but it is executed if
/index.html is accessed or when proxy is used. Possibly due to some internal
redirect.
How to reproduce:
Install Apache HTTPD 2.2.9 and configure caching with:
CacheEnable mem /
Also set LogLevel to debug.
You will see that if you are accessing /, CACHE_SAVE filter will not be
executed. If you access /index.html it will be executed.
Here what i have found about same bug in Ubuntu bugzilla:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/87373
Bug is reproducible in latest Fedora 9 and Ubuntu 8.04 with prepackaged httpd
as same as with one from httpd.apache.org.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|