Hello, 

I am POSTing from qooxdoo using the io2.HttpRequest and somewhere in the
transport my data is getting messed up. My data leaving the client is a
valid stringified dictionary (data = qx.util.Json.stringify( data )).  It
has a field with the test value "now is the time".  If I have the value "now
is the time" then everything works fine.  My server gets the results of 

{'data':
'{"session-key":"1252035241-sk","store-type":"books","online-status":"online","store-email":"[email protected]","store-name":"featherbottoms","store-policies":"now
is the time;","store-about-info":"About Featherbottoms"}'} 

However, when I put a semicolon in the value, ie "now is the time;" then I
get invalid json at the server end. 

{'data':
'{"session-key":"1252035241-sk","store-type":"books","online-status":"online","store-email":"[email protected]","store-name":"featherbottoms","store-policies":"now
is the time', '","store-about-info":"About Featherbottoms"}': ''} 

note the extra colon and quotes at the end of this dictionary.  I can put a
semicolon anywhere in any of my input fields.  The json on the client is
fine, but it is not valid json when it reaches the serve. 

Has anyone experienced a similar problem.  I think that I am using build
19765. 

thanks, 

tom 
-- 
View this message in context: 
http://www.nabble.com/qx.io2.HttpRequest-urlencoded-problem-POST-8.2-tp25287879p25287879.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to