Author: markt
Date: Thu May 29 14:58:23 2008
New Revision: 661499

URL: http://svn.apache.org/viewvc?rev=661499&view=rev
Log:
Fix bug https://issues.apache.org/bugzilla/show_bug.cgi?id=44541
Document packetSize attribute for AJP connector

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml
    tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=661499&r1=661498&r2=661499&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu May 29 14:58:23 2008
@@ -40,11 +40,19 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Webapps">
+    <changelog>
+      <fix>
+        <bug>44541</bug>: Document packetSize attribute for AJP connector.
+        (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Specification">
     <changelog>
       <fix>
         Use a localised error message if a user tries to write a negative 
length
-        byte array during default processing of a HEAD request.   
+        byte array during default processing of a HEAD request. (markt)   
       </fix>
     </changelog>
   </subsection>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml?rev=661499&r1=661498&r2=661499&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml Thu May 29 14:58:23 
2008
@@ -276,6 +276,15 @@
       than that set for <code>maxThreads</code>.  The default value is 4.</p>
     </attribute>
 
+    <attribute name="packetSize" required="false">
+      <p>This attribute sets the maximum AJP packet size in Bytes. The maximum
+      value is 65536. It should be the same as the <code>max_packet_size</code>
+      directive configured for mod_jk. Normally it is not necessary to change
+      the maximum packet size. Problems with the default value have been
+      reported when sending certificates or certificate chains. The default
+      value is 8192.</p>
+    </attribute>
+
     <attribute name="port" required="true">
       <p>The TCP port number on which this <strong>Connector</strong>
       will create a server socket and await incoming connections.  Your

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=661499&r1=661498&r2=661499&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Thu May 29 14:58:23 2008
@@ -52,12 +52,6 @@
   +1: rjung, markt, fhanik
   -1:
 
-* Document packetSize attribute for AJP connector
-  https://issues.apache.org/bugzilla/show_bug.cgi?id=44541
-  http://svn.apache.org/viewvc?rev=640994&view=rev
-  +1: markt, rjung, fhanik
-  -1:
-
 * Port fix for regression in 5.5.26 (and 4.1.37) that limited uploads to 8k
   https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
   
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/InputBuffer.java?view=diff&r1=639890&r2=639891&pathrev=639891



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to