ap_process_request_internal() is called at the very end of ap_sub_req_lookup() and I 
don't
see that it is providing any additional information that is not already available 
prior to
the call (ie, we already have stat'ed the file and know all the finfo required by the
caller). The only useful thing that I see happening is authentication. Otherwise, we do
not want to run translate_name or most of the other hooks as far as I can see...

Bill

> We call that function in all of the ap_sub_req_lookup functions.  The
> purpose is to run all of the hooks that are required for creating a
> request successfully.
>
> Ryan
>
>
> > What is the purpose of calling ap_process_request_internal() in
> > ap_sub_req_lookup_dirent()?
> >
> > Bill
>
>

Reply via email to