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);
Shoul
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
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 ?
-