Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 43467 invoked from network); 6 May 2009 10:34:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 10:34:32 -0000 Received: (qmail 25060 invoked by uid 500); 6 May 2009 10:34:31 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 24969 invoked by uid 500); 6 May 2009 10:34:31 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 24960 invoked by uid 99); 6 May 2009 10:34:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 10:34:31 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 10:34:22 +0000 Received: by fg-out-1718.google.com with SMTP id d23so1012142fga.17 for ; Wed, 06 May 2009 03:34:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=CjaqRZ4tekXjdudWnv9zS0VDvjqJa46YNVHsVlDmeMs=; b=LmvRSFZIlZm/C/wuAnylNdTH3UuOM771INMJTzzO1oCZeaoXZF5DBWVHeFkcR6CmS5 zq0uMxSK2jaC+grxQntoguL2mydAfEybvWjvmlA1B8xG1je8Q01VH3KDhq5PraiApOme ZJ00J3nr1EcH6sRyykPwYyacCTo0LyWoYqFyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=XehpQIze7ZpQ6wzKO0uQQgN5tEfiYUy/7sRuzu9R09pmaxBBoyt9x/DKegM1SPUNhA EvENvSUBId3rI6DekLGK9x+7EgopJa8c33bapGSq8mDCBERqIovJ0pviXRkcgAPNnC0r G28b/hf9Hsl6HzeOsl4ETOUal7BHnpPIaHRLc= MIME-Version: 1.0 Received: by 10.86.61.13 with SMTP id j13mr1132136fga.65.1241606039929; Wed, 06 May 2009 03:33:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 May 2009 06:33:59 -0400 Message-ID: Subject: Re: mod_dav WebDAVFS/1.7 and Transfer-Encoding From: Jeff Trawick To: dev@httpd.apache.org Content-Type: multipart/alternative; boundary=000e0cd24e22f6044804693beead X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd24e22f6044804693beead Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, May 6, 2009 at 4:08 AM, paul wrote: > > But reading mod_dav.c around line 2393: > if (tenc) { > if (strcasecmp(tenc, "chunked")) { > /* Use this instead of Apache's default error string */ > ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, > "Unknown Transfer-Encoding %s", tenc); > return HTTP_NOT_IMPLEMENTED; > } > > uses strcasecmp() so the above theory seems wrong. We're using 2.2.9 and > the above snipplet is from 2.2.11. Any chance this has been fixed after > 2.2.9? no; it has used strcasecmp() for eons > Does anyone have encountered the issue or is this a known problem? > did you check bugzilla ? (issues.apache.org/bugzilla) --000e0cd24e22f6044804693beead Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Wed, May 6, 2009 at 4:08 AM, paul <paul@subsignal.org&g= t; wrote:

But reading mod_dav.c around line 2393:
=A0if (tenc) {
=A0 =A0 =A0 =A0if (strcasecmp(tenc, "chunked")) {
=A0 =A0 =A0 =A0 =A0 =A0/* Use this instead of Apache's default error s= tring */
=A0 =A0 =A0 =A0 =A0 =A0ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"Unknown Transfer-= Encoding %s", tenc);
=A0 =A0 =A0 =A0 =A0 =A0return HTTP_NOT_IMPLEMENTED;
=A0 =A0 =A0 =A0}

uses strcasecmp() so the above theory seems wrong. We're using 2.2.9 an= d the above snipplet is from 2.2.11. Any chance this has been fixed after 2= .2.9?

no; it has used strcasecmp() for eon= s
=A0
Does anyone have encountered = the issue or is this a known problem?

d= id you check bugzilla ? =A0(i= ssues.apache.org/bugzilla)

--000e0cd24e22f6044804693beead--