Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A234210D2F for ; Wed, 26 Jun 2013 21:34:04 +0000 (UTC) Received: (qmail 12706 invoked by uid 500); 26 Jun 2013 21:34:04 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 12622 invoked by uid 500); 26 Jun 2013 21:34:04 -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 12615 invoked by uid 99); 26 Jun 2013 21:34:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 21:34:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 26 Jun 2013 21:34:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D068723889ED; Wed, 26 Jun 2013 21:33:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1497115 - /httpd/httpd/branches/2.2.x/STATUS Date: Wed, 26 Jun 2013 21:33:43 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130626213343.D068723889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Wed Jun 26 21:33:43 2013 New Revision: 1497115 URL: http://svn.apache.org/r1497115 Log: Additional info for reviewers 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=1497115&r1=1497114&r2=1497115&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Wed Jun 26 21:33:43 2013 @@ -146,7 +146,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: druggeri, wrowe * mod_dav: Make sure that when we prepare an If URL for Etag comparison, - we compare unencoded paths. PR 53910 + we compare unencoded paths. PR 53910 [Timothy Wood ] trunk patch: http://svn.apache.org/r1470940 http://svn.apache.org/r1477530 2.2.x patch: trunk patch works (minus CHANGES) @@ -154,11 +154,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_dav: Sending a If or If-Match header with an invalid ETag doesn't result in a 412 Precondition Failed. PR54610 + [Timothy Wood ] trunk patch: http://svn.apache.org/r1476604 2.2.x patch: trunk patch works (minus CHANGES) +1: minfrin + wrowe notes r1476604 commit log message by minfrin is inaccurate * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611 + [Timothy Wood ] trunk patch: http://svn.apache.org/r1476621 2.2.x patch: trunk patch works (minus CHANGES) +1: minfrin, trawick @@ -166,11 +169,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_dav: When a PROPPATCH attempts to remove a non-existent dead property on a resource for which there is no dead property in the same namespace httpd segfaults. PR 52559 + [Diego Santa Cruz ] trunk patch: http://svn.apache.org/r1476642 2.2.x patch: trunk patch works (minus CHANGES) +1: minfrin * mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559 + [Diego Santa Cruz ] trunk patch: http://svn.apache.org/r1476644 2.2.x patch: trunk patch works (minus CHANGES) +1: minfrin