PUT to _local/doc_id creates document '_local'
----------------------------------------------
Key: COUCHDB-422
URL: https://issues.apache.org/jira/browse/COUCHDB-422
Project: CouchDB
Issue Type: Bug
Affects Versions: 0.10
Environment: Ubuntu 9.04
Reporter: eric casteleijn
Priority: Minor
Fix For: 0.10
After davisp's revision r796246 doing a put to a document id like
'_local/doc_id' results in a visible, and apparently non-local document with id
'_local'. When escaping the slash as '%2F' everything works as before, and
expected, i.e. a local document with the above id is created.
To test:
curl -X PUT -d '{"foo": "bar"}' http://127.0.0.1:5987/db1/_local/yokal
result:
{"ok":true,"id":"_local","rev":"1-770307fe8d4210bab8ec65c59983e03c"}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.