Jason Smith created COUCHDB-1534:
------------------------------------

             Summary: Objects allowed for query_params in /_replicator but not 
/_replicate 
                 Key: COUCHDB-1534
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1534
             Project: CouchDB
          Issue Type: Bug
          Components: Replication
    Affects Versions: 1.2.1
         Environment: CouchDB 1.2.x
            Reporter: Jason Smith
            Priority: Minor


Using the replicator DB, I can set a `query_params` value to an arbitrary JSON 
object. CouchDB passes is as-is to filter functions as `req.query`, no problemo.

But the same parameters in a POST body to /_replicate are rejected because the 
value is not a string.

Is this just a vestigial data sanitization routine? I think it is. I have a 
commit to remove it, used by an Iris Couch customer, and I will make a branch 
with this ticket ID to add some unit tests to make sure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to