Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 10201 invoked from network); 25 May 2006 19:42:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 19:42:03 -0000 Received: (qmail 44407 invoked by uid 500); 25 May 2006 19:42:02 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44365 invoked by uid 500); 25 May 2006 19:42:02 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 44354 invoked by uid 99); 25 May 2006 19:42:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 12:42:02 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 12:42:01 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id AE7561A983A; Thu, 25 May 2006 12:41:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409442 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy_ajp.html.en mod_proxy_ajp.xml Date: Thu, 25 May 2006 19:41:41 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060525194141.AE7561A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rpluem Date: Thu May 25 12:41:40 2006 New Revision: 409442 URL: http://svn.apache.org/viewvc?rev=409442&view=rev Log: * Fix documentation about the data types of attributes in the AJP protocol. PR: 39658 Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en?rev=409442&r1=409441&r2=409442&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en Thu May 25 12:41:40 2006 @@ -416,28 +416,28 @@

Attributes

The attributes prefixed with a ? (e.g. ?context) are all optional. For each, there is a - single byte code to indicate the type of attribute, and then a string to - give its value. They can be sent in any order (thogh the C code always - sends them in the order listed below). A special terminating code is - sent to signal the end of the list of optional attributes. The list of + single byte code to indicate the type of attribute, and then its value + (string or integer). They can be sent in any order (though the C code + always sends them in the order listed below). A special terminating code + is sent to signal the end of the list of optional attributes. The list of byte codes is:

- - + - - - - - - - - - + + + + + + + - - + +
InformationCode ValueNote
?context0x01Not currently implemented +
InformationCode ValueType Of ValueNote
?context0x01-Not currently implemented
?servlet_path0x02Not currently implemented +
?servlet_path0x02-Not currently implemented
?remote_user0x03
?auth_type0x04
?query_string0x05
?jvm_route0x06
?ssl_cert0x07
?ssl_cipher0x08
?ssl_session0x09
?req_attribute0x0AName (the name of the +
?remote_user0x03String
?auth_type0x04String
?query_string0x05String
?jvm_route0x06String
?ssl_cert0x07String
?ssl_cipher0x08String
?ssl_session0x09String
?req_attribute0x0AStringName (the name of the attribute follows)
?ssl_key_size0x0B
are_done0xFFrequest_terminator
?ssl_key_size0x0BInteger
are_done0xFF-request_terminator

The context and servlet_path are not currently set by the C code, and most of the Java code completely ignores Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml?rev=409442&r1=409441&r2=409442&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml Thu May 25 12:41:40 2006 @@ -404,28 +404,28 @@

Attributes

The attributes prefixed with a ? (e.g. ?context) are all optional. For each, there is a - single byte code to indicate the type of attribute, and then a string to - give its value. They can be sent in any order (thogh the C code always - sends them in the order listed below). A special terminating code is - sent to signal the end of the list of optional attributes. The list of + single byte code to indicate the type of attribute, and then its value + (string or integer). They can be sent in any order (though the C code + always sends them in the order listed below). A special terminating code + is sent to signal the end of the list of optional attributes. The list of byte codes is:

- - + - - - - - - - - - + + + + + + + - - + +
InformationCode ValueNote
?context0x01Not currently implemented +
InformationCode ValueType Of ValueNote
?context0x01-Not currently implemented
?servlet_path0x02Not currently implemented +
?servlet_path0x02-Not currently implemented
?remote_user0x03
?auth_type0x04
?query_string0x05
?jvm_route0x06
?ssl_cert0x07
?ssl_cipher0x08
?ssl_session0x09
?req_attribute0x0AName (the name of the +
?remote_user0x03String
?auth_type0x04String
?query_string0x05String
?jvm_route0x06String
?ssl_cert0x07String
?ssl_cipher0x08String
?ssl_session0x09String
?req_attribute0x0AStringName (the name of the attribute follows)
?ssl_key_size0x0B
are_done0xFFrequest_terminator
?ssl_key_size0x0BInteger
are_done0xFF-request_terminator

The context and servlet_path are not currently set by the C code, and most of the Java code completely ignores