Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
Description
The JSON event handlers do not set correct content length when the response contains special characters (chars that translate to more then one byte in unicode),
This is because the content length of the HTTP response is set to the number of chars and not the number of bytes to be transmitted.
See attached patch