--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
ape-project...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Nicolas GuibertGames in Mind LtdManaging director7 Spencer WalkTel: +44 (0)207 435 0315UK Mobile: +44 (0)7638 657 537French Mobile: +33 (0)7 53 17 20 13Email: con...@happymeeple.com
Hi guys,
I came accross this problem when building my own client framework. The problem comes from the server failing to properly encode/scape single quotes in the JSON response.
Take a look at this file, the problem is addressed at the very beginning. If the first attempt to decode the json string fails a second attempt is made after single quotes are properly scaped, if it fails again the the whole proccess/connection dies.
https://github.com/ptejada/ApePubSub/blob/master/js/src/onMessage.js
Hope you guys can properly port this temporary solution i came up with,
Cheers
Most likely in the server code as the problem also occurs while using websocket as the transport method.

Probably for the same reason you can't register a André.com domain. Try to encodeurlcomponents before sending this string and then decodeurlcomponent when received in the client. You should also test it with other accentuated characters and see if it also breaks.