Looking for both faults (passing the next filter when we are doing lookups,
and passing NULL when we are going to serve the content) ... it really
seems that;
D:\clean\httpd-2.0\modules\mappers\mod_negotiation.c(2550):
sub_req = ap_sub_req_lookup_file(variant->file_name, r, NULL);
SHOULD be setting the next filter. Anyone want to dig on this?
Bill
>wrowe 2002/06/22 09:32:45
>
> Modified: include http_request.h
> modules/generators mod_cgi.c mod_cgid.c
> Log:
> Note the changed meaning of the NULL next_filter argument to the
> ap_sub_req_lookup() family, and fix a few oddball cases (those are,
> PATH_TRANSLATED reference issues.)