Re: jk2 hook level

2004-02-24 Thread Henri Gomez
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

Re: jk2 hook level

2004-02-24 Thread jean-frederic clere
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

jk2 hook level

2004-02-24 Thread Henri Gomez
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 ? -