[
https://issues.apache.org/jira/browse/COUCHDB-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990205#comment-12990205
]
Paul Joseph Davis commented on COUCHDB-1057:
--------------------------------------------
Yeah, that's the part of the spec that uses a broken assumption of 16 bit
integers for representing string data. Of other interest is that we also reject
invalid surrogate pairs which the spec doesn't even mention.
> 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