While searching why jk2 could be a problem with others modules,
I noticed that we use in jk2 :

ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST);

We're using in jk :

ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE);


Shouldn't we use APR_HOOK_MIDDLE also in jk2 ?






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



Reply via email to