From cvs-return-32583-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Mon May 04 16:44:45 2009 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 53667 invoked from network); 4 May 2009 16:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 16:44:44 -0000 Received: (qmail 72349 invoked by uid 500); 4 May 2009 16:44:44 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 72278 invoked by uid 500); 4 May 2009 16:44:44 -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 72269 invoked by uid 99); 4 May 2009 16:44:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 16:44:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 16:44:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AA75623889B9; Mon, 4 May 2009 16:44:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r771355 - /httpd/httpd/trunk/docs/manual/mod/mod_request.xml Date: Mon, 04 May 2009 16:44:23 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090504164423.AA75623889B9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lgentis Date: Mon May 4 16:44:23 2009 New Revision: 771355 URL: http://svn.apache.org/viewvc?rev=771355&view=rev Log: One typo. Modified: httpd/httpd/trunk/docs/manual/mod/mod_request.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_request.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_request.xml?rev=771355&r1=771354&r2=771355&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_request.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_request.xml Mon May 4 16:44:23 2009 @@ -51,7 +51,7 @@

When this directive has a value greater than zero, request handlers that would otherwise discard request bodies will - instead set the request body aside for use by filters up to + instead let the request body aside for use by filters up to the maximum size specified. In the case of the mod_include filter, an attempt to POST a request to the static shtml file will cause any subrequests to be POST