coheigea opened a new pull request, #3145:
URL: https://github.com/apache/cxf/pull/3145

   When serialising a value to JSON, the writer only bothered to escape two 
characters: double-quotes and backslashes. It left every other special 
character — newlines, tabs, carriage returns, and all the other "control 
characters" below ASCII 32 — written raw into the output. That means a newline 
in a value produced a literal line-break in the middle of the JSON string, 
which is invalid JSON. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to