> --- request.c 2001/06/27 20:44:00 1.9
> +++ request.c 2001/06/27 20:46:52 1.10
> + fill_in_sub_req_vars(rnew, r, next_filter);
>
> rnew->per_dir_config = r->server->lookup_defaults;
This assignment only occured in ap_sub_req_method_uri(), shouldn't this
also occur for ap_sub_req_lookup_file/dirent() ???
> + fill_in_sub_req_vars(rnew, r, next_filter);
>
> rnew->chunked = r->chunked;
This assignment only occured in ap_sub_req_lookup_file(), shouldn't it
also occur for ap_sub_req_method_uri?!?
If they were supposed to be common, they should just be added to the
new fill_in_sub_req_vars() fn.
Bill