You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Randall Leeds (Closed) (JIRA)" <ji...@apache.org> on 2011/10/20 02:17:10 UTC

[jira] [Closed] (COUCHDB-191) Bad javascript syntax in Futon's custom query editor doesn't show an error when run.

     [ 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