Re: [ietf-types] Registration of media typeimage/svg+xml

Julian Reschke <julian.reschke@gmx.de> Thu, 18 November 2010 19:19 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: ietf-types@core3.amsl.com
Delivered-To: ietf-types@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 6B83328C0E5 for <ietf-types@core3.amsl.com>; Thu, 18 Nov 2010 11:19:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -105.163
X-Spam-Level:
X-Spam-Status: No, score=-105.163 tagged_above=-999 required=5 tests=[AWL=-2.564, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id krXHrJu-05Qa for <ietf-types@core3.amsl.com>; Thu, 18 Nov 2010 11:19:07 -0800 (PST)
Received: from pechora4.lax.icann.org (pechora4.icann.org [IPv6:2620:0:2d0:1::39]) by core3.amsl.com (Postfix) with ESMTP id 8F1E928C0E1 for <ietf-types@ietf.org>; Thu, 18 Nov 2010 11:19:05 -0800 (PST)
Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pechora4.lax.icann.org (8.13.8/8.13.8) with SMTP id oAIJJVeV015495 for <ietf-types@iana.org>; Thu, 18 Nov 2010 11:19:52 -0800
Received: (qmail invoked by alias); 18 Nov 2010 19:19:30 -0000
Received: from p508FCC1A.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.204.26] by mail.gmx.net (mp003) with SMTP; 18 Nov 2010 20:19:30 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1+//OFpiXq/OPDqmKc8sJ+FLwmY5IRZVg90JjHZG6 opXEx5Z8TGk5sQ
Message-ID: <4CE57C38.4080307@gmx.de>
Date: Thu, 18 Nov 2010 20:19:20 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6
MIME-Version: 1.0
To: Chris Lilley <chris@w3.org>
References: <1364503167.20100617162624@w3.org> <1715145489.20101118190255@w3.org>
In-Reply-To: <1715145489.20101118190255@w3.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.0 (pechora4.lax.icann.org [208.77.188.39]); Thu, 18 Nov 2010 11:19:53 -0800 (PST)
Cc: Alexey Melnikov <alexey.melnikov@isode.com>, ietf-types@iana.org, ietf-xml-mime@imc.org
Subject: Re: [ietf-types] Registration of media typeimage/svg+xml
X-BeenThere: ietf-types@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "Media \(MIME\) type review" <ietf-types.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ietf-types>, <mailto:ietf-types-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-types>
List-Post: <mailto:ietf-types@ietf.org>
List-Help: <mailto:ietf-types-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-types>, <mailto:ietf-types-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Nov 2010 19:19:08 -0000

On 18.11.2010 19:02, Chris Lilley wrote:
> ...
> Security considerations:
> ...
>      SVG documents may be transmitted in compressed form using gzip
>      compression. For systems which employ MIME-like mechanisms, such
>      as HTTP, this is indicated by the Content-Encoding or
>      Transfer-Encoding header, as appropriate; for systems which do
>      not, such as direct filesystem access, this is indicated by the
>      filename extension and by the Macintosh File Type Codes. In
>      addition, gzip compressed content is readily recognised by the
>      initial byte sequence as described in [RFC1952] section 2.3.1.
> ...

1) What does this have to do with "Security Considerations"?

2) I find the whole paragraph misleading; I'd like to see a clear 
statement about whether the stream of octets resulting from gzipping SVG 
can be labeled as "image/svg+xml" or not (please consider transports 
other than HTTP, such as a file system that actually supports typing by 
Internet media types).

If yes, that's a violation of "+xml" (and the last sentence points into 
this direction). If not, please remove the paragraph above.

3) If the intent is to say that "svgz" acts as file extension for 
gzipped SVG, and *that* content can be served over HTTP as-is with

	Content-Type: image/svg+xml
	Content-Encoding: gzip

than this is obviously ok because it follows from RFC 2616, and has 
*nothing* to do with the media type (except for the extension 
recommendation).


Best regards, Julian