Newlines in document locations break header parsing
---------------------------------------------------

                 Key: COUCHDB-708
                 URL: https://issues.apache.org/jira/browse/COUCHDB-708
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
    Affects Versions: 0.10.1
         Environment: ubuntu
            Reporter: Tim
            Priority: Critical


Newlines in document locations break header parsing. Potential header injection 
issues?

curl -X DELETE http://localhost:5984/testdb
curl -X PUT http://localhost:5984/testdb
curl -i -X PUT -d '{}' 'http://localhost:5984/testdb/docid%0A'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to