jean-frederic clere wrote:

Henri Gomez wrote:

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 ?




Probably not. look to 10789 and 9913.

So why did we use APR_HOOK_MIDDLE in jk ?



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



Reply via email to