diff packages/net/athttpd/current/doc/athttpd.sgml @ 2485:0e9d1d1df4a0

* src/jim-aio.c (JimAioHandlerCommand): GCC 4.3.1 pointed out a buffer overrun. Jumbo patch containing many individual patches from a number of different contributors on different days.
author asl
date Wed, 18 Jun 2008 18:23:25 +0000
parents 4631139fc774
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/packages/net/athttpd/current/doc/athttpd.sgml
+++ b/packages/net/athttpd/current/doc/athttpd.sgml
@@ -50,7 +50,7 @@ The server has been written for the Free
   <listitem><para>MIME type support</para></listitem>
   <listitem><para>CGI mechanism through the OBJLOADER package or through a
                   simple tcl interpreter</para></listitem>
-  <listitem><para>Basic Authentication</para></listitem>
+  <listitem><para>Basic and Digest (MD5) Authentication</para></listitem>
   <listitem><para>Directory Listing</para></listitem>
   <listitem><para>Extendable Internal Resources</para></listitem>
 </itemizedlist>
@@ -337,7 +337,10 @@ as being "1":</para>
 
 <programlisting width=72>GET /myForm.cgi?foo=1</programlisting>
 
-<para>then tcl will be able to access the variable foo as $foo.</para>
+<para>then tcl will be able to access the variable foo as $foo. The data
+in the body of a POST request is also accessible through the use of the variable
+$post_data. This is useful if the data is not in "multipart/form-data"
+and tcl has to perform any type of processing on the data itself.</para>
 
 <para>In order to send back a response to the client a few functions have been
 added to the interpreter. These functions are:</para>