[ZODB-Dev] qx.io2.HttpRequest urlencoded problem POST 8.2

2009-09-03 Thread tsmiller
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

Re: [ZODB-Dev] qx.io2.HttpRequest urlencoded problem POST 8.2

2009-09-03 Thread Andreas Jung
And what has this to do with ZODB? -aj On 04.09.09 05:54, tsmiller wrote: 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