Hi Glenn and others :)

I see in jk that we're using :

ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE);

and now in jk2 :

static const char * const aszPre[] = { "mod_rewrite.c", NULL };
ap_hook_translate_name(jk2_translate, aszPre, NULL, APR_HOOK_FIRST);

What do you think of it ?

MIDDLE or FIRST but after mod_rewrite ?

We should be consistent here ...


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to