Re: ap_sub_req_lookup_dirent

2002-03-13 Thread William A. Rowe, Jr.
ng a > > request successfully. > > > > Ryan > > > > > > > What is the purpose of calling ap_process_request_internal() in > > > ap_sub_req_lookup_dirent()? > > > > > > Bill > > > >

Re: ap_sub_req_lookup_dirent

2002-03-13 Thread Bill Stoddard
> > > > We have to run all of the hooks, from translate_name through fixups for > > all sub-requests. While translate_name shouldn't do anything for a > > lookup_dirent call, all of the auth hooks, type_checker, and fixups can > > all modify the request. By calling ap_process_request_internal th

Re: ap_sub_req_lookup_dirent

2002-03-13 Thread Bill Stoddard
> > 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 > >

RE: ap_sub_req_lookup_dirent

2002-03-13 Thread Ryan Bloom
; Ryan > > > > > > > What is the purpose of calling ap_process_request_internal() in > > > ap_sub_req_lookup_dirent()? > > > > > > Bill > > > >

Re: ap_sub_req_lookup_dirent

2002-03-13 Thread Bill Stoddard
ting a > request successfully. > > Ryan > > > > What is the purpose of calling ap_process_request_internal() in > > ap_sub_req_lookup_dirent()? > > > > Bill > >

RE: ap_sub_req_lookup_dirent

2002-03-13 Thread Ryan Bloom
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

ap_sub_req_lookup_dirent

2002-03-13 Thread Bill Stoddard
What is the purpose of calling ap_process_request_internal() in ap_sub_req_lookup_dirent()? Bill