Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6360DD8B for ; Sun, 4 Nov 2012 14:24:17 +0000 (UTC) Received: (qmail 94876 invoked by uid 500); 4 Nov 2012 14:24:17 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 94512 invoked by uid 500); 4 Nov 2012 14:24:13 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 94461 invoked by uid 99); 4 Nov 2012 14:24:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 14:24:12 +0000 Date: Sun, 4 Nov 2012 14:24:11 +0000 (UTC) From: "Mark Baker (JIRA)" To: dev@couchdb.apache.org Message-ID: <648986944.65901.1352039052137.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (COUCHDB-1589) Support "+json" convention in media types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mark Baker created COUCHDB-1589: ----------------------------------- Summary: Support "+json" convention in media types Key: COUCHDB-1589 URL: https://issues.apache.org/jira/browse/COUCHDB-1589 Project: CouchDB Issue Type: Improvement Affects Versions: 1.1.1 Reporter: Mark Baker Priority: Minor The use of the "+json" suffix in media types is being standardized in http://tools.ietf.org/html/draft-ietf-appsawg-media-type-suffix-regs It would be nice if Couch supported the use of those types instead of rejecting non application/json content. Doing this properly would suggest that the media type would have to be remembered per document so that it can be returned on a GET. I don't foresee any other problems with this change. I was only able to verify this in versions prior to 1.2 so apologies if it's already been added for 1.2. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira