[
https://issues.apache.org/jira/browse/COUCHDB-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson resolved COUCHDB-1637.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> The replicator should not worry about case sensitive headers
> ------------------------------------------------------------
>
> Key: COUCHDB-1637
> URL: https://issues.apache.org/jira/browse/COUCHDB-1637
> Project: CouchDB
> Issue Type: Bug
> Components: Replication
> Affects Versions: 1.2
> Reporter: Christian Tellnes
> Fix For: 2.0.0
>
> Attachments: couchdb.out
>
>
> This is a problem if you are using a proxy which lowercases all headers.
> Steps to reproduce using node-http-proxy:
> npm install -g http-proxy
> node-http-proxy --port 1337 --target localhost:5984 &
> curl -H 'Content-Type: application/json'
> 'http://localhost:5984/_replicator' -d
> '{"source":"https://localhost:1337/test_source/","target":"test_target"}'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)