From dev-return-18625-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Oct 20 00:17:35 2011 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 F07D29563 for ; Thu, 20 Oct 2011 00:17:34 +0000 (UTC) Received: (qmail 60587 invoked by uid 500); 20 Oct 2011 00:17:34 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 60536 invoked by uid 500); 20 Oct 2011 00:17:34 -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 60472 invoked by uid 99); 20 Oct 2011 00:17:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 00:17:34 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 00:17:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CA2DC312BA2 for ; Thu, 20 Oct 2011 00:17:10 +0000 (UTC) Date: Thu, 20 Oct 2011 00:17:10 +0000 (UTC) From: "Randall Leeds (Closed) (JIRA)" To: dev@couchdb.apache.org Message-ID: <401835680.13287.1319069830829.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (COUCHDB-191) Bad javascript syntax in Futon's custom query editor doesn't show an error when run. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-191. --------------------------------- Resolution: Invalid Fix Version/s: (was: 1.2) As per the first comment, this issue is not well described, but other tickets do describe the real problem. > Bad javascript syntax in Futon's custom query editor doesn't show an error when run. > ------------------------------------------------------------------------------------- > > Key: COUCHDB-191 > URL: https://issues.apache.org/jira/browse/COUCHDB-191 > Project: CouchDB > Issue Type: Bug > Components: Futon > Affects Versions: 0.9 > Environment: OS: EEEubuntu (based on Ubuntu 8.10). Hardware: EEE PC 904hd. Browser: Firefox 3.0.5. > Reporter: Luke Venediger > Priority: Minor > Original Estimate: 48h > Remaining Estimate: 48h > > In the custom view editor, Futon doesn't report an error when there is bad syntax in the javascript. > To reproduce: > 1. Browse to http://localhost:5984/_utils/ > 2. Open a database > 3. Change the view to "Custom Query..." > 4. In the view code section: > change: emit(null, doc); > to: emit(null, doc > 5. Click "Run" > Actual results: > The page returns with an empty table below the query editor. > Expected results: > The page should return showing a message like "Error in view. Missing ')' after doc, line 3" > Notes: > The http response was 200 OK, where it should've been a 400 - Bad Request. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira