From: markt Date: Wed, 4 May 2011 17:22:22 +0000 (+0000) Subject: Note that there is a minimum value for packetSize X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3fa4d85946e073250a233337d4754c671ac545a8;p=tomcat7.0 Note that there is a minimum value for packetSize git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1099528 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 5fc092c64..08ed2bff5 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -334,7 +334,8 @@ 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.

+ value is 8192. If set to less than 8192 then the setting will ignored and + the default value of 8192 used.