Database names are not encoded in the rewriter
----------------------------------------------
Key: COUCHDB-1026
URL: https://issues.apache.org/jira/browse/COUCHDB-1026
Project: CouchDB
Issue Type: Bug
Components: HTTP Interface
Affects Versions: 1.0.1
Reporter: Benjamin Young
If a database includes special characters (such as / "forward slash"), then the
rewriter will fail to find the correct database and send a 404 error:
{"error":"not_found","reason":"no_db_file"}
The attached patch simply adds a url_encode step around DbName.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.