Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 4992 invoked from network); 1 Aug 2010 20:35:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Aug 2010 20:35:40 -0000 Received: (qmail 43262 invoked by uid 500); 1 Aug 2010 20:35:40 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 43212 invoked by uid 500); 1 Aug 2010 20:35:40 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 43204 invoked by uid 99); 1 Aug 2010 20:35:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 20:35:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 20:35:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o71KZG7k023801 for ; Sun, 1 Aug 2010 20:35:16 GMT Message-ID: <30003570.109641280694916115.JavaMail.jira@thor> Date: Sun, 1 Aug 2010 16:35:16 -0400 (EDT) From: =?utf-8?Q?Reto_Bachmann-Gm=C3=BCr_=28JIRA=29?= To: clerezza-dev@incubator.apache.org Subject: [jira] Created: (CLEREZZA-266) MessageBodyWriter with the most concreete support should be used when matching multiple accept-header values of same preference MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org MessageBodyWriter with the most concreete support should be used when match= ing multiple accept-header values of same preference ---------------------------------------------------------------------------= ---------------------------------------------------- Key: CLEREZZA-266 URL: https://issues.apache.org/jira/browse/CLEREZZA-266 Project: Clerezza Issue Type: Bug Reporter: Reto Bachmann-Gm=C3=BCr Currently the MessageBodyWriter is selected purely basing on the preference= indicated in the accept header, if multiple accept header entry have the s= ame priority anyone of them for which a MBW is available may be chosen. Accept : application/x-unknown, application/rdf+xml Might lead to the MBW for */* being selected for attempting to produce appl= ication/x-unknown even if a MBW for application/rdf+xml is available.=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.