>>> On Wednesday, September 07, 2005 at 2:37:00 pm, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I thought that, in part, satisfy all is in the main request handling > logic that's burried in the core (where we do the uri translation, loc > walk, map_to_storage walks, again a loc walk and then begin the auth > handling's outer wrapper.) > > Bill
It is. It is buried inside of ap_process_request_internal() and is code for a specific purpose. See my previous post. Brad
