Re: Hooking handler with ap_hook_map_to_storage().

2006-02-07 Thread Deron Meranda
On 2/7/06, Gregory (Grisha) Trubetskoy <[EMAIL PROTECTED]> wrote: > On Tue, 7 Feb 2006, Graham Dumpleton wrote: > > > /* [2 1/2] map filename to storage */ > > ap_hook_map_to_storage(PythonStorageHandler, > >NULL, NULL, APR_HOOK_MIDDLE); > > The function name doe

Re: Hooking handler with ap_hook_map_to_storage().

2006-02-07 Thread Gregory (Grisha) Trubetskoy
On Tue, 7 Feb 2006, Graham Dumpleton wrote: /* [2 1/2] map filename to storage */ ap_hook_map_to_storage(PythonStorageHandler, NULL, NULL, APR_HOOK_MIDDLE); The function name doesn't ring a bell, so I probably was not aware of it. Could this be something m

Re: Hooking handler with ap_hook_map_to_storage().

2006-02-06 Thread Graham Dumpleton
Graham Dumpleton wrote .. > Grisha > > I have a really obscure question for you. > > Was there a specific reason that mod_python did not allow a handler > to be hooked using ap_hook_map_to_storage()? > > I know that the reasons for wanting to do this would be very limited, > such as if you wante