You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@mappingsoft.com> on 2002/06/01 08:31:54 UTC

[PATCH] mod_jk2 - fix double module module exposure

Hi,
There is an extra call to ap_add_version_component inside mod_jk2.
One inside the jk2_init is IMO enough.


Index: mod_jk2.c
===================================================================
RCS file:
/home/cvspublic/jakarta-tomcat-connectors/jk/native2/server/apache2/mod_
jk2.c,v
retrieving revision 1.30
diff -u -r1.30 mod_jk2.c
--- mod_jk2.c	31 May 2002 22:27:17 -0000	1.30
+++ mod_jk2.c	1 Jun 2002 06:27:11 -0000
@@ -465,8 +465,6 @@
     if(s->is_virtual) 
         return OK;
 
-    ap_add_version_component(pconf, JK_EXPOSED_VERSION);
-
     env=workerEnv->globalEnv;
     
     rc=jk2_apache2_isValidating( plog, &gPool );


MT.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>