You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2012/03/03 15:41:13 UTC

svn commit: r1296630 - in /tomcat/jk/trunk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1296630 - in /tomcat/jk/trunk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

Posted by Mladen Turk <mt...@apache.org>.
On 03/03/2012 08:38 PM, Rainer Jung wrote:
> On 03.03.2012 18:47, Mladen Turk wrote:
>> On 03/03/2012 03:41 PM, rjung@apache.org wrote:
>>> 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.
>>>
>>
>> Think we've been holding 1.2.33 for a quite time.
>> I plan to tag that next week. It's been enough time
>> for testing last time I gave intent to T&R 1.2.33
>
> You are right. I was hoping for someone to pickup the IPv6 patch in BZ 43968 but it doesn't seem to happen. I can't test it and posted some unanswered question in the BZ.
>

Yeah, that can be done way much simpler then in the proposed patch.
Lets make 1.2.33 bug-fix release and target IPV6 for 1.2.34

> I'm all for 1.2.33.
>

Cool. I'll start T&R next week then.

Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1296630 - in /tomcat/jk/trunk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

Posted by Rainer Jung <ra...@kippdata.de>.
On 03.03.2012 18:47, Mladen Turk wrote:
> On 03/03/2012 03:41 PM, rjung@apache.org wrote:
>> 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.
>>
>
> Think we've been holding 1.2.33 for a quite time.
> I plan to tag that next week. It's been enough time
> for testing last time I gave intent to T&R 1.2.33

You are right. I was hoping for someone to pickup the IPv6 patch in BZ 
43968 but it doesn't seem to happen. I can't test it and posted some 
unanswered question in the BZ.

I'm all for 1.2.33.

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1296630 - in /tomcat/jk/trunk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

Posted by Mladen Turk <mt...@apache.org>.
On 03/03/2012 03:41 PM, rjung@apache.org wrote:
> 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.
>

Think we've been holding 1.2.33 for a quite time.
I plan to tag that next week. It's been enough time
for testing last time I gave intent to T&R 1.2.33


Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org