You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/04/10 16:29:49 UTC

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

Author: mturk
Date: Tue Apr 10 07:29:48 2007
New Revision: 527143

URL: http://svn.apache.org/viewvc?view=rev&rev=527143
Log:
Make fail_on_status multiline

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_util.c
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?view=diff&rev=527143&r1=527142&r2=527143
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.c Tue Apr 10 07:29:48 2007
@@ -142,6 +142,7 @@
     USER_OF_WORKER,
     GOOD_RATING_OF_WORKER,
     BAD_RATING_OF_WORKER,
+    STATUS_FAIL_OF_WORKER,
     "list",
     NULL
 };
@@ -188,7 +189,6 @@
     XML_NAMESPACE_OF_WORKER,
     XML_DOCTYPE_OF_WORKER,
     PROP_PREFIX_OF_WORKER,
-    STATUS_FAIL_OF_WORKER,
     USER_CASE_OF_WORKER,
     NULL
 };

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=527143&r1=527142&r2=527143
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Tue Apr 10 07:29:48 2007
@@ -27,6 +27,16 @@
   <subsection name="Native">
     <changelog>
       <fix>
+      Refactor line endings logging to make it correct for all
+      platforms and webservers. (mturk)
+      </fix>
+      <update>
+      Added command line windows make files. (mturk)
+      </update>
+      <update>
+      Allow fail_on_status directive to be multi line. (mturk)
+      </update>
+      <fix>
         <bug>42076</bug>: Fix name of new option from ForwardCertChain to
         ForwardSSLCertChain as documented. (rjung)
       </fix>
@@ -479,7 +489,7 @@
       LB: Cleanup of Mladens forced recovery. (rjung)
       </fix>
       <fix>
-      LB: Do not change lb_value for recovering workers to max, if 
+      LB: Do not change lb_value for recovering workers to max, if
       we are using BUSYNESS method. (rjung)
       </fix>
       <fix>



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