Filtered replication silently converts all query parameters to strings
----------------------------------------------------------------------

                 Key: COUCHDB-1242
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1242
             Project: CouchDB
          Issue Type: Bug
    Affects Versions: 1.1, 1.0.2
            Reporter: Robert Newson
            Assignee: Robert Newson


All filtered query params are silently converted to strings. this causes tests 
for if (req.query.foo) to evaluate to true even for 
{"query_params":{"foo":false}} because "false" is true.

No clean solution exists to fix this as _changes has a GET entry point and 
request parameters are untyped.

Suggested fix is to scan the query_params in handle_replicate_req and throw a 
400 Bad Request if any value is not a JSON string.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to