GitHub user samueltardieu opened a pull request: https://github.com/apache/couchdb/pull/314
Properly escape Location: HTTP header Non-ASCII characters in the "Location:" header must be URL-encoded. This can happen if a document is inserted with a user-defined "_id" containing non-ASCII characters or if a filename contains non-ASCII characters. Fixes COUCHDB-2673 You can merge this pull request into a Git repository by running: $ git pull https://github.com/samueltardieu/couchdb urlencode-location-header Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/314.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #314 ---- commit a3fee552ddc6014767f1ed393f0960ca1ada3fe5 Author: Samuel Tardieu <s...@rfc1149.net> Date: 2015-04-25T22:10:04Z Properly escape Location: HTTP header Non-ASCII characters in the "Location:" header must be URL-encoded. This can happen if a document is inserted with a user-defined "_id" containing non-ASCII characters or if a filename contains non-ASCII characters. Fixes COUCHDB-2673 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---