Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3234F821 for ; Thu, 13 Nov 2014 20:35:18 +0000 (UTC) Received: (qmail 61661 invoked by uid 500); 13 Nov 2014 20:35:18 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 61608 invoked by uid 500); 13 Nov 2014 20:35:18 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 61598 invoked by uid 99); 13 Nov 2014 20:35:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2014 20:35:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brane@wandisco.com designates 74.125.82.52 as permitted sender) Received: from [74.125.82.52] (HELO mail-wg0-f52.google.com) (74.125.82.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2014 20:34:52 +0000 Received: by mail-wg0-f52.google.com with SMTP id b13so17513549wgh.11 for ; Thu, 13 Nov 2014 12:34:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wandisco.com; s=gapps; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=A0yzHHoWxF1sQMPKeuCPk0PJvOeARgt1e2cRkDOAfu0=; b=p1KF5zi5ADbW5i5cMUpXjXUAgkU5je9veMJYEUThdgOCTCNxTgaVckcdGnxgC31q/y l4AElgRLtV3PvnHKbTLJpEM/NLiDxAPbKIochON+Ln6bN65eX1nbiWdkG0Xyl+0GIgpU eU4LSiqn++H4QNGVp4gxUBsxmCON+/7JqJZK8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=A0yzHHoWxF1sQMPKeuCPk0PJvOeARgt1e2cRkDOAfu0=; b=jAXA+qQkIaUIU73f6PZ/ROt/TO5/iILVLXHFQ6KIRzSpP9x6gZK3uDHg0ZhCzzUFHX J9mvuJiq5ldI0g/ruAsWOQbR7JgbU2wHlvcyXWa8AWer3oAVcGPByUF4gzW4zYUfy4dk IqfTy60MpKpS6F4OAkMsnXXDdc/sMktdPL5EVjZFexoc3A7/MqZKsf28N9aqksDQQCRQ hOqmsXx2pBQv53Nhq6KzL5JPRFNgqyPCo3lkhDHoOUPMjcKnCEaxgT2rbpJ0og0mQozw fDO86U+puXCPzpZeOMBkH77qQ1R7MqC+0wW4nqaDEuDLAmR0OXc02IoT66awFcgIPqad wSXA== X-Gm-Message-State: ALoCoQlt7LG9SAqPEOcb3wWqDms7CvWZvA7o1tIDX51j8RXAhahJLCGoxn/oKtgYUAsbPcPDP8K/ X-Received: by 10.180.108.144 with SMTP id hk16mr1511452wib.68.1415910891115; Thu, 13 Nov 2014 12:34:51 -0800 (PST) Received: from zulu.local ([77.234.149.122]) by mx.google.com with ESMTPSA id wr9sm36876728wjb.42.2014.11.13.12.34.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Nov 2014 12:34:50 -0800 (PST) Message-ID: <546515E6.4060507@wandisco.com> Date: Thu, 13 Nov 2014 21:34:46 +0100 From: =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= Organization: WANdisco User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Subversion Development CC: breser@apache.org Subject: Re: svn commit: r1639507 - in /subversion/trunk/subversion/tests/cmdline: basic_tests.py davautocheck.sh svntest/main.py References: <20141113202435.B386723888D7@eris.apache.org> In-Reply-To: <20141113202435.B386723888D7@eris.apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 13.11.2014 21:24, brane@apache.org wrote: > Author: brane > Date: Thu Nov 13 20:24:35 2014 > New Revision: 1639507 > > URL: http://svn.apache.org/r1639507 > Log: > Mark basic_tests.py 38 as XFAIL if running DAV tests with a version of > HTTPd where mod_dav has an URL quoting bug. > > See: https://issues.apache.org/bugzilla/show_bug.cgi?id=56480 Hey Ben, You fixed this issue in mod_dav. Could you take a minute to review this, please, especially the list of broken HTTPd versions? It appears that both OSX 10.8 and 10.10 ship a system HTTPd that has this bug, so I think it's useful to have this predicate in our test suite. -- Brane