APE-Project / APE_Server

Ajax Push Engine : Lightweight HTTP Streaming server. Fully written in C language, it provides best performances, making it the faster Comet server to date. APE now support server-side javascript modules through spidermonkey

Home Page:www.ape-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single quotes should not be encoded

ptejada opened this issue · comments

The server responds with a JSON string with single quotes escaped when they should not be escaped

The changes on commit 88a75bd should be reversed

I looked at this the other day. The encoding is required for some transport but not for other transport. See : https://groups.google.com/forum/?fromgroups=#!topic/ape-project/YLHxPTKgm80

Issue over a year old. Closing. Reopen a new one if issue is still there.