Author: rjung
Date: Sat Mar 3 14:41:12 2012
New Revision: 1296630
URL: http://svn.apache.org/viewvc?rev=1296630&view=rev
Log:
BZ 52793: Fix default value of forwarded worker
activation state.
Contributed by Yoshihito Fukuyama.
Modified:
tomcat/jk/trunk/native/common/jk_util.c
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/jk/trunk/native/common/jk_util.c
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_util.c?rev=1296630&r1=1296629&r2=1296630&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_util.c (original)
+++ tomcat/jk/trunk/native/common/jk_util.c Sat Mar 3 14:41:12 2012
@@ -2079,7 +2079,7 @@ void jk_init_ws_service(jk_ws_service_t
s->attributes_values = NULL;
s->num_attributes = 0;
s->route = NULL;
- s->activation = JK_LB_ACTIVATION_ACTIVE;
+ s->activation = JK_LB_ACTIVATION_TEXT_ACTIVE;
s->secret = NULL;
s->reco_buf = NULL;
s->reco_status = RECO_NONE;
Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1296630&r1=1296629&r2=1296630&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Sat Mar 3 14:41:12 2012
@@ -45,6 +45,10 @@
<subsection name="Native">
<changelog>
<fix>
+ <bug>52793</bug>: AJP: Fix default value of forwarded worker
+ activation state. Contributed by Yoshihito Fukuyama. (rjung)
+ </fix>
+ <fix>
HTTPD: Improve support for HTTPD 2.4 by using client_* instead
of remote_* variables. (rjung)
</fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]