Re: [apps-discuss] should +gzip be registered as a media type structured syntax suffix ?

"John Levine" <johnl@taugh.com> Thu, 17 May 2012 17:43 UTC

Return-Path: <johnl@iecc.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C39C021F871D for <apps-discuss@ietfa.amsl.com>; Thu, 17 May 2012 10:43:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -111.108
X-Spam-Level:
X-Spam-Status: No, score=-111.108 tagged_above=-999 required=5 tests=[AWL=0.091, BAYES_00=-2.599, HABEAS_ACCREDITED_SOI=-4.3, RCVD_IN_BSP_TRUSTED=-4.3, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FF5omt52Ousg for <apps-discuss@ietfa.amsl.com>; Thu, 17 May 2012 10:43:55 -0700 (PDT)
Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by ietfa.amsl.com (Postfix) with ESMTP id 2A91021F871A for <apps-discuss@ietf.org>; Thu, 17 May 2012 10:43:54 -0700 (PDT)
Received: (qmail 27943 invoked from network); 17 May 2012 17:43:53 -0000
Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 17 May 2012 17:43:53 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4fb538d9.xn--9vv.k1205; i=johnl@user.iecc.com; bh=yRhjBVdFDfwaDFyswpoyT3cGP9v1UBYVNd625f0Wams=; b=SGEgp9YF379AeLFZimQ/BpYaoXIFHSXAg61d/vcTB1Fnc5Pjax795CnbpA+Z6gkHzBflGNRJUYKWMk2WiInIqGbUcIaFjv9QX8yhoMUy+ExRRZnJUcJzB29oircasg5UFM6Dc5T985ADEKKPHvPLhRyiSl8vpMXA1wBMqzKMi0M=
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4fb538d9.xn--9vv.k1205; olt=johnl@user.iecc.com; bh=yRhjBVdFDfwaDFyswpoyT3cGP9v1UBYVNd625f0Wams=; b=7SGLDv4dReJvQ0RNNtljTuuk4qdiVr8DzY8IFikEL6657nCaGv703/1GA2u3j/Df7JPKlZidbVdQj+s7r+U2qMMmKVQJesijO44DlMjDHKWukvJocTfldc2U12l0cIASLy5Fqr06QPt4WExkhDNYlBVsZ9DxRfZjrp8eAPUSeKE=
VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org
Date: Thu, 17 May 2012 17:43:31 -0000
Message-ID: <20120517174331.7616.qmail@joyce.lan>
From: John Levine <johnl@taugh.com>
To: apps-discuss@ietf.org
In-Reply-To: <4FB53421.8040307@att.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 7bit
Subject: Re: [apps-discuss] should +gzip be registered as a media type structured syntax suffix ?
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 17 May 2012 17:43:56 -0000

>Almost every one of the other suffixes in the draft already have sample 
>uses in the wild, but I haven't seen any +gzip suffixes in the wild (or 
>+deflate for that matter).

They're both content coding options for Accept-Encoding: in http, and
I think are fairly popular there.  That's probably why you don't see
them in media types.  Or else applications intuit them in other ways,
e.g., a file name that ends with .tgz.

I presume you're aware that my draft defining application/gzip and
application/deflate is in last call.  I agree that in a more perfect
world MIME would have better ways to describe compressed encodings,
but when I noticed that DMARC picked application/zip mostly because it
was already registered, I figured they deserved equal time.

R's,
John