Wrong JSON parser behavior on escaped unicode characters
--------------------------------------------------------
Key: COUCHDB-1057
URL: https://issues.apache.org/jira/browse/COUCHDB-1057
Project: CouchDB
Issue Type: Bug
Components: Database Core
Affects Versions: 1.0
Environment: Ubuntu 10.10
Doesn't matter
Reporter: Fedor Indutny
Try to save following doc to couchdb:
{ "_id" : "json-test", "test": "\u0080-\uffff"}
And then put it to the database:
curl -X PUT -d @1.json --basic --user admin:admin -H "Content-Type:
application/json" http://couchdb:5984/tadagraph/json-test
You'll get error:
{"error":"bad_request","reason":"invalid UTF-8 JSON"}
jsonlint ( http://www.jsonlint.com/ ) says that it's a valid JSON
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira