Bug 32226 - [mod_cache] initialize output filters, handle redirects.
Summary: [mod_cache] initialize output filters, handle redirects.
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_cache (show other bugs)
Version: 2.1-HEAD
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2004-11-13 17:32 UTC by Przemek Czerkas
Modified: 2005-07-21 05:42 UTC (History)
0 users



Attachments
patch for rev. 1.96 (2.84 KB, patch)
2004-11-13 17:34 UTC, Przemek Czerkas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Przemek Czerkas 2004-11-13 17:32:57 UTC
 
Comment 1 Przemek Czerkas 2004-11-13 17:34:56 UTC
Created attachment 13433 [details]
patch for rev. 1.96
Comment 2 Przemek Czerkas 2004-11-13 18:08:53 UTC
- in quick_handler output filters are not initialized (filter_init_func)
- when mod_cache caches 301 (redirect) it later returns it as 200 OK
Comment 3 Paul Querna 2004-11-23 20:00:02 UTC
I believe that not running filters is part of the design of the quick-handler.

The 301 case likely needs a solution however.
Comment 4 Paul Querna 2005-06-03 03:47:08 UTC
I believe the 301 case is now correctly handled.
Comment 5 Hansj 2005-07-12 09:55:55 UTC
(In reply to comment #4)
> I believe the 301 case is now correctly handled.
No, it is still present in both httpd 2.0.54 and 2.1.6-alpha with mod_disk_cache.
Comment 6 Paul Querna 2005-07-21 13:42:43 UTC
Fixed in trunk.