Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 80981 invoked from network); 20 Oct 2003 09:19:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Oct 2003 09:19:26 -0000 Received: (qmail 82803 invoked by uid 500); 20 Oct 2003 09:19:05 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 82747 invoked by uid 500); 20 Oct 2003 09:19:04 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 82733 invoked from network); 20 Oct 2003 09:19:04 -0000 Received: from unknown (HELO mail.s-und-n.de) (212.8.217.2) by daedalus.apache.org with SMTP; 20 Oct 2003 09:19:04 -0000 Received: from notes.sundn.de (ntsrv5.sundn.de [10.10.2.10]) by mail.s-und-n.de (postfix) with ESMTP id B564FD4868 for ; Mon, 20 Oct 2003 11:19:17 +0200 (CEST) Received: from hw0386 ([10.10.2.46]) by notes.sundn.de (Lotus Domino Release 5.0.8) with SMTP id 2003102011191643:48717 ; Mon, 20 Oct 2003 11:19:16 +0200 From: "Carsten Ziegeler" To: "Cocoon-Dev" Subject: [vote] Changing the mime type setting of a reader [was [RT]...] Date: Mon, 20 Oct 2003 11:22:03 +0200 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 20.10.2003 11:19:16, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 20.10.2003 11:19:17, Serialize complete at 20.10.2003 11:19:17 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ok, then let's start a vote, we already have Bertrand +0.9 Joerg +0.5 Reinhard +1 (I hope this is correctly interpreted) Carsten +0 Description: >>> ...The suggestion is to change the behaviour to (or the order >>> to determine the mime type): >>> >>> - MIME type declared on the reader instance >>> - Ask the Reader for a MIME type. A *.doc reader could peek >> into the file >>> and return either text/plain or application/vnd.msword. >>> - MIME type declared for the reader component >>> - MIME type declared in WEB-INF/web.xml or by the server. >>> >>> Because, *if* I set a mime type for the reader instance I will >>> overide >>> the information with this. Carsten