Author: mturk
Date: Wed Mar 21 13:27:19 2007
New Revision: 520991
URL: http://svn.apache.org/viewvc?view=rev&rev=520991
Log:
Fix #41922 by seting the envars_in_use when there is JkEnvVar directive
Modified:
tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?view=diff&rev=520991&r1=520990&r2=520991
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Wed Mar 21 13:27:19
2007
@@ -1775,6 +1775,7 @@
(jk_server_conf_t *) ap_get_module_config(s->module_config,
&jk_module);
+ conf->envvars_in_use = JK_TRUE;
/* env_name is mandatory, default_value is optional.
* No value means send the attribute only, if the env var is set during
runtime.
Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?view=diff&rev=520991&r1=520990&r2=520991
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Wed Mar 21
13:27:19 2007
@@ -26,6 +26,9 @@
<br />
<subsection name="Native">
<changelog>
+ <fix>
+ <bug>419222</bug>: Apache 1.3. Enable JkEnvVar. (mturk)
+ </fix>
<update>
Apache. Add --enable-flock configure parameter for explicit
compilation of faster flock() system calls for OS supporting
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]