Jonathon,

I display data immediately before the call this.__xmlhttp.send(data) in
qx.bom.Request.js in line 300 or so.  The data is valid here, but it is
corrupt when reaching the server (when a semicolon is in the data).  

btw, this occurs in Linux and Windows and Chrome and Firefox and IE (and
probably everything else).

tom





Jonathan Weiß-2 wrote:
> 
> Hello Tom,
> 
> 
> I will try to verify this. In advance I have a question: if I read  
> your server result correctly you get returned an object with the key  
> data and a long string:
> 
> {
>    data : "(a long string containing )"
> }
> 
> Shouldn't it look more like
> 
> {
>    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"
>    }
> }
> 
> ?
> 
> Kind regards
> Jonathan
> 
> ------------------------------------------------------------------------------
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/qx.io2.HttpRequest-urlencoded-problem-POST-8.2-tp25287879p25298945.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