Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 55635 invoked from network); 2 Nov 2010 14:58:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 14:58:24 -0000 Received: (qmail 26216 invoked by uid 500); 2 Nov 2010 14:58:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 26024 invoked by uid 500); 2 Nov 2010 14:58:53 -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 26011 invoked by uid 99); 2 Nov 2010 14:58:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 14:58:52 +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; Tue, 02 Nov 2010 14:58:51 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA2EwVRA020929 for ; Tue, 2 Nov 2010 14:58:31 GMT Message-ID: <31996101.196351288709911272.JavaMail.jira@thor> Date: Tue, 2 Nov 2010 10:58:31 -0400 (EDT) From: "Dominic Barnes (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-931) HTML Input Arrays not recognized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 HTML Input Arrays not recognized -------------------------------- Key: COUCHDB-931 URL: https://issues.apache.org/jira/browse/COUCHDB-931 Project: CouchDB Issue Type: Bug Components: HTTP Interface Environment: Linux Ubuntu 10.10 64-bit Reporter: Dominic Barnes Priority: Minor I came across this dealing with an update handler that was handling a POST request from an HTML Form. If I use an array of inputs (multiple name="foo[]" ...) and POST to the update handler, I will get req.form.foo[] = "bar", instead of an array of values (req.form.foo = ["bar", ...]) I'm not sure if this is by design, or if it's even within the scope of CouchDB's HTTP interface, but I figured I would bring it up. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.