Icon View Incident Report

Serious Serious
Reported By: Matthew Jones
Reported On: 4/6/2016
For: Version 2.04 Build 1
# 4400 TWriter StringValue Method Not Escaping Reserved Characters Properly

Using the TWriter to serialise properties, it incorrectly quotes the strings in properties. If I type in the line:

Hello " Mum

Then it appears in the JSON as:

"propertyname": "Hello "" Mum",

It should be:

"propertyname": "Hello \" Mum",

When read back in, the TReader barfs on this.


Resolution Resolution
Fixed Problem on 4/7/2016 in version 2.05 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image