Actions
Defect #8421
closedREST API may produce invalid json
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-05-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Redmine MUST produce valid json. E.g. look at the contents of http://www.redmine.org/issues/8031.json. Especially to the description field:
\"\\377\u00f4\u00ff\u00fd\"
It contains
06character between \u00fd and \", so if you look at this line in hex editor you'll see
"\\377\u00f4\u00ff\u00fd^F\"
This character is not allowed by JSON standard.
Related issues
Actions