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 ?





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


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 we use APR_HOOK_MIDDLE also in jk2 ?
 

Probably not. look to 10789 and 9913.

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



signature.asc
Description: OpenPGP digital signature


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

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]