You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/05/22 23:15:35 UTC

svn commit: r1596970 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_proxy_ajp.html.en mod_proxy_ajp.xml

Author: jailletc36
Date: Thu May 22 21:15:34 2014
New Revision: 1596970

URL: http://svn.apache.org/r1596970
Log:
Fix typo spotted on online doc by Gerard H. Pille.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en?rev=1596970&r1=1596969&r2=1596970&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en Thu May 22 21:15:34 2014
@@ -456,7 +456,7 @@ attribute_value := (string)</pre></div>
     header names.  If the first byte is not <code>0xA0</code>, it assumes that
     the two-byte integer is the length of a string, which is then read in.</p>
     <p>This works on the assumption that no header names will have length
-    greater than <code>0x9999 (==0xA000 - 1)</code>, which is perfectly
+    greater than <code>0x9FFF (==0xA000 - 1)</code>, which is perfectly
     reasonable, though somewhat arbitrary.</p>
     <div class="note"><h3>Note:</h3>
     The <code>content-length</code> header is extremely

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml?rev=1596970&r1=1596969&r2=1596970&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml Thu May 22 21:15:34 2014
@@ -446,7 +446,7 @@ attribute_value := (string)
     header names.  If the first byte is not <code>0xA0</code>, it assumes that
     the two-byte integer is the length of a string, which is then read in.</p>
     <p>This works on the assumption that no header names will have length
-    greater than <code>0x9999 (==0xA000 - 1)</code>, which is perfectly
+    greater than <code>0x9FFF (==0xA000 - 1)</code>, which is perfectly
     reasonable, though somewhat arbitrary.</p>
     <note><title>Note:</title>
     The <code>content-length</code> header is extremely