Author: jfclere
Date: Sat Jun  9 13:38:06 2007
New Revision: 545793

URL: http://svn.apache.org/viewvc?view=rev&rev=545793
Log:
Add missing stuff.

Modified:
    tomcat/connectors/trunk/jk/xdocs/ajp/ajpv13a.xml
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/connectors/trunk/jk/xdocs/ajp/ajpv13a.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/ajp/ajpv13a.xml?view=diff&rev=545793&r1=545792&r2=545793
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/ajp/ajpv13a.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/ajp/ajpv13a.xml Sat Jun  9 13:38:06 2007
@@ -179,7 +179,9 @@
   which the servlet container is sending back -- with the terminating \0
   character, the C code can pass around references into a single buffer,
   without copying.  If the \0 was missing, the C code would have to copy
-  things out in order to get its notion of a string.</dd>
+  things out in order to get its notion of a string. Note a size of -1
+  (65535) indicates a null string and no data follow the length in this
+  case.</dd>
 </dl>
 </p>
 
@@ -526,6 +528,8 @@
   <tr><td>?ssl_session</td><td>0x09</td><td></td></tr>
   <tr><td>?req_attribute</td><td>0x0A</td><td>Name (the name of the attribut 
follows)</td></tr>
   <tr><td>?ssl_key_size</td><td>0x0B</td><td></td></tr>
+  <tr><td>?secret</td><td>0x0C</td><td></td></tr>
+  <tr><td>?stored_method</td><td>0x0D</td><td></td></tr>
   <tr><td>are_done</td><td>0xFF</td><td>request_terminator</td></tr>
 </table>
 

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=545793&r1=545792&r2=545793
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Sat Jun  9 
13:38:06 2007
@@ -41,6 +41,9 @@
       is set during for configure. (rjung)
       </fix>
       <update>
+      Change the default value of JkOptions to ForwardURICompatUnparsed. The 
old default value was ForwardURICompat. (jfclere)
+      </update>
+      <update>
       i5/OS (AS/400) V5R4 port where Apache 2.0 modules should now use UTF8. 
(hgomez)
       </update>
       <update>



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

Reply via email to