Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 49651 invoked from network); 8 Jan 2011 10:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2011 10:31:14 -0000 Received: (qmail 73419 invoked by uid 500); 8 Jan 2011 10:31:14 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 73214 invoked by uid 500); 8 Jan 2011 10:31:11 -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 73207 invoked by uid 99); 8 Jan 2011 10:31:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jan 2011 10:31:11 +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; Sat, 08 Jan 2011 10:31:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DDA5B23889B3; Sat, 8 Jan 2011 10:30:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1056684 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 08 Jan 2011 10:30:48 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110108103048.DDA5B23889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Sat Jan 8 10:30:48 2011 New Revision: 1056684 URL: http://svn.apache.org/viewvc?rev=1056684&view=rev Log: * Comments are now resolved, so move it back Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1056684&r1=1056683&r2=1056684&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Jan 8 10:30:48 2011 @@ -90,6 +90,13 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_cache: Make sure that we never allow a 304 Not Modified response + that we asked for to leak to the client should the 304 response be + uncacheable. + PR45341 + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1001884 + 2.2.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-304-fix-2.patch + +1: minfrin, jim, covener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -204,19 +211,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, - * mod_cache: Make sure that we never allow a 304 Not Modified response - that we asked for to leak to the client should the 304 response be - uncacheable. - PR45341 - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1001884 - 2.2.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-304-fix-2.patch - +1: minfrin, jim, covener - rpluem says: The new patch works, but still compiles with a waring: - mod_cache.c: In function `cache_save_filter': - mod_cache.c:628: warning: implicit declaration of function `cache_remove_lock' - This will cause mod_cache.so to be unusable. - Instead of cache_remove_lock it must be ap_cache_remove_lock. - PATCHES/ISSUES THAT ARE STALLED * core: Support wildcards in both the directory and file components of