Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 31872 invoked from network); 26 Sep 2007 15:14:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 15:14:41 -0000 Received: (qmail 78138 invoked by uid 500); 26 Sep 2007 15:14:23 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 78085 invoked by uid 500); 26 Sep 2007 15:14:23 -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 78064 invoked by uid 99); 26 Sep 2007 15:14:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 08:14:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jslive@gmail.com designates 64.233.162.238 as permitted sender) Received: from [64.233.162.238] (HELO nz-out-0506.google.com) (64.233.162.238) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 15:14:24 +0000 Received: by nz-out-0506.google.com with SMTP id i1so1460837nzh for ; Wed, 26 Sep 2007 08:14:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=WlZJ0O7w0S10No73aWBCWIcoDXB9mJOf6UBccAuLKN0=; b=OFwHhejjnpMH95Np28VD1oxq5tZciWb8wdf+UwBDdrAO879hUOo6l5f10jsWQCW2cqogtJLTwNRVoUQDXVqbSIfndE/CjFT3q5Smi+3wXxOvz1dYd+5hM9Oqn0IY6uuZzLcTZ3o7JvHb1Pdt99bTiFJqym8bTAJtbkkTWAY96O8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=JDlU07y5rozWqsIZyRKAutzPiqxQHhZ2uyAP7ciD+5Seese9SvAFUoQNWDu1V2vCdfp7+Ppj3qa9vyoKjL5/2A0IdAXJVEKgQwYxktenPuBmaCU1SxL0Uuz3+YzxGaWtMeD92OiVtIGzoZb4tND7+UrYsm6ywecG2ER924qcEw4= Received: by 10.114.79.1 with SMTP id c1mr1069360wab.1190819642212; Wed, 26 Sep 2007 08:14:02 -0700 (PDT) Received: by 10.114.53.5 with HTTP; Wed, 26 Sep 2007 08:14:01 -0700 (PDT) Message-ID: Date: Wed, 26 Sep 2007 11:14:01 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: dev@httpd.apache.org Subject: Re: Patching PR#13986 In-Reply-To: <20070926160936.7ed69b28@grimnir> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070926160936.7ed69b28@grimnir> X-Google-Sender-Auth: 91c735b699ea9e6d X-Virus-Checked: Checked by ClamAV on apache.org On 9/26/07, Nick Kew wrote: > We really need to fix this issue of inappropriate DefaultTypes. > > An approach that deals with this without loss of back-compatibility > is to hand the decision to systems administrators: > > #to suppress setting content-type when the server has no information > DefaultType ! +1 on concept, but I'd prefer DefaultType none, which is more readable and I believe equally unlikely to show up in a real content-type. Joshua.