Author: markt
Date: Mon Sep 19 13:58:25 2016
New Revision: 1761441

URL: http://svn.apache.org/viewvc?rev=1761441&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58249
Add a note the the documentation that max_packet_size will be aligned to the 
next multiple of 1024 if a value is specified that is not a multiple of 1024.

Modified:
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
    tomcat/jk/trunk/xdocs/reference/workers.xml

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1761441&r1=1761440&r2=1761441&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Mon Sep 19 13:58:25 2016
@@ -58,6 +58,11 @@
         <bug>57836</bug>: ISAPI: Empty REMOTE_USER should not be
         translated to "". (rjung)
       </fix>
+      <fix>
+        <bug>58249</bug>: Add a note the the documentation that max_packet_size
+        will be aligned to the next multiple of 1024 if a value is specified
+        that is not a multiple of 1024. (markt)
+      </fix>
       <update>
         <bug>58309</bug>: ISAPI: Update bundled pcre from version 5.0
         to 8.38. (rjung)

Modified: tomcat/jk/trunk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/workers.xml?rev=1761441&r1=1761440&r2=1761441&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Mon Sep 19 13:58:25 2016
@@ -912,11 +912,12 @@ This feature is experimental and has bee
 </directive>
 
 <directive name="max_packet_size" workers="AJP,SUB" default="8192" 
required="false">
-This attribute sets the maximal AJP packet size in Bytes.
-The maximum value is 65536. If you change it from the default,
-you <b>must</b> also change the packetSize attribute of your AJP
-connector on the Tomcat side! The attribute packetSize is only available
-in Tomcat 5.5.20+ and 6.0.2+.
+This attribute sets the maximal AJP packet size in Bytes. It should be a
+multiple of 1024. Configuration values that are not a multiple of 1024 will be
+aligned to the next multiple of 1024. The maximum value is 65536. If you change
+it from the default, you <b>must</b> also change the packetSize attribute of
+your AJP connector on the Tomcat side! The attribute packetSize is available in
+Tomcat 6.0.2 onwards.
 <p>
 Normally it is not necessary to change the maximum packet size. Problems
 with the default value have been reported when sending certificates or



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

Reply via email to