Christian Tellnes created COUCHDB-1637:
------------------------------------------
Summary: 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
Reporter: Christian Tellnes
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 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
|