From cvs-return-30793-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Fri Aug 15 22:24:05 2008 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 60973 invoked from network); 15 Aug 2008 22:24:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 22:24:05 -0000 Received: (qmail 78076 invoked by uid 500); 15 Aug 2008 22:24:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 78028 invoked by uid 500); 15 Aug 2008 22:24:03 -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 78019 invoked by uid 99); 15 Aug 2008 22:24:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 15:24:03 -0700 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; Fri, 15 Aug 2008 22:23:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A26CE2388888; Fri, 15 Aug 2008 15:23:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r686404 - /httpd/httpd/trunk/CHANGES Date: Fri, 15 Aug 2008 22:23:12 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080815222313.A26CE2388888@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Fri Aug 15 15:23:11 2008 New Revision: 686404 URL: http://svn.apache.org/viewvc?rev=686404&view=rev Log: In 2.2.x Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=686404&r1=686403&r2=686404&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Fri Aug 15 15:23:11 2008 @@ -24,10 +24,6 @@ *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247 [Tom Donovan] - *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to - known HTTP/1.0 servers. Return 'Expectation failed' (417) instead. - [Ruediger Pluem] - *) core, authn/z: Determine registered authn/z providers directly in ap_setup_auth_internal(), which allows optional functions that just wrapped ap_list_provider_names() to be removed from authn/z modules.