From dev-return-12259-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Oct 09 19:45:38 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 84942 invoked from network); 9 Oct 2010 19:45:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Oct 2010 19:45:37 -0000 Received: (qmail 32370 invoked by uid 500); 9 Oct 2010 19:45:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 32314 invoked by uid 500); 9 Oct 2010 19:45:28 -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 32278 invoked by uid 99); 9 Oct 2010 19:45:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 19:45:27 +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; Sat, 09 Oct 2010 19:45:27 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o99Jj7UZ016741 for ; Sat, 9 Oct 2010 19:45:07 GMT Message-ID: <23736514.57041286653507362.JavaMail.jira@thor> Date: Sat, 9 Oct 2010 15:45:07 -0400 (EDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-828) When Issuing a Get Request with Content-Type: application/x-www-form-urlencoded an error is thrown In-Reply-To: <20913346.424011279305110730.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis updated COUCHDB-828: -------------------------------------- Skill Level: Regular Contributors Level (Easy to Medium) > When Issuing a Get Request with Content-Type: application/x-www-form-urlencoded an error is thrown > -------------------------------------------------------------------------------------------------- > > Key: COUCHDB-828 > URL: https://issues.apache.org/jira/browse/COUCHDB-828 > Project: CouchDB > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Talib > > When doing an AJAX GET Request, the content type is set to application/x-www-form-urlencoded, the request fails. > Removing the "Content-Type: application/x-www-form-urlencoded" header makes the request success. > Here is what the headers look like for a failed request. > Connection: keep-alive > User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4 > X-Requested-With: XMLHttpRequest > Content-Type: application/x-www-form-urlencoded > Accept: application/json, text/javascript, */* -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.