Will Holley created COUCHDB-2249:
------------------------------------

             Summary: Fauxton generates incorrect parameters when complex keys 
are specified
                 Key: COUCHDB-2249
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2249
             Project: CouchDB
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Fauxton
            Reporter: Will Holley


Fauxton is not stringifying user-defined query parameters correctly (added in 
the "Query Options" panel). This results in a query parameter being generated 
for each component of the complex key.

For example, specifying a startkey of {noformat}["a","b"]{noformat} generates 
the URL 

{noformat}
?startkey[]=a&startkey[]=b
{noformat}

instead of:

{noformat}
?startkey=["a","b"]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to