Re: Last Call: <draft-levine-application-gzip-02.txt> (The application/zlib and application/gzip media types) to Informational RFC

John C Klensin <john-ietf@jck.com> Sat, 05 May 2012 03:15 UTC

Return-Path: <john-ietf@jck.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F07D921E8029 for <ietf@ietfa.amsl.com>; Fri, 4 May 2012 20:15:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.523
X-Spam-Level:
X-Spam-Status: No, score=-102.523 tagged_above=-999 required=5 tests=[AWL=0.076, BAYES_00=-2.599, 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 qjP2s2LAsKle for <ietf@ietfa.amsl.com>; Fri, 4 May 2012 20:15:49 -0700 (PDT)
Received: from bsa2.jck.com (bsa2.jck.com [70.88.254.51]) by ietfa.amsl.com (Postfix) with ESMTP id 6BBCA21F8495 for <ietf@ietf.org>; Fri, 4 May 2012 20:15:49 -0700 (PDT)
Received: from [198.252.137.7] (helo=PST.JCK.COM) by bsa2.jck.com with esmtp (Exim 4.71 (FreeBSD)) (envelope-from <john-ietf@jck.com>) id 1SQVO8-000Bfi-48; Fri, 04 May 2012 23:10:28 -0400
Date: Fri, 04 May 2012 23:15:39 -0400
From: John C Klensin <john-ietf@jck.com>
To: Ned Freed <ned.freed@mrochek.com>, John Levine <johnl@iecc.com>
Subject: Re: Last Call: <draft-levine-application-gzip-02.txt> (The application/zlib and application/gzip media types) to Informational RFC
Message-ID: <25F56945DB03E8A51FC14EB2@PST.JCK.COM>
In-Reply-To: <01OF3H54UZIS0006TF@mauve.mrochek.com>
References: <2B5D4A5F530D7C2C1E81518A@PST.JCK.COM> <20120504191104.24520.qmail@joyce.lan> <01OF3H54UZIS0006TF@mauve.mrochek.com>
X-Mailer: Mulberry/4.0.8 (Win32)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Cc: ietf@ietf.org
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 05 May 2012 03:15:50 -0000

--On Friday, May 04, 2012 19:26 -0700 Ned Freed
<ned.freed@mrochek.com> wrote:

>> You're right, it would be nice if there were some way to
>> distinguish containers from content in MIME types.  But given
>> the existing historical mess, and that some kinds of
>> compression are just a different way to encode a bunch of
>> bits (zlib) whereas others are more like a small filesystem
>> (zip and tgz), even if we could start with a clean sheet it's
>> not obvious to me what would be the best thing to do.
> 
> This is further complicated by the fact that there are now a
> number of types defined that are actually zip with specific
> semantics attached to the content. There are also types
> defined for use only within such containers.

With the wonderful advantage of hindsight, it might have been
better to define compound Content-Types/Media Types or a
universal encoding parameter rather than trying to separate
C-T-E out.   The first might have given us, e.g.,
application/foo+base64 and 'application/bar+xml+gzip' or
'application/bar+xml+gzip+base64'; the second something like
application/foo; encoding="base64" and 'application/bar+xml;
encoding=gzip+base64'.  Obviously a little late now :-(

And, again, not a blocking issue for this document, one way or
the other.

   john