There is a principal thing to find - if a body of POST request to servlet contains valid unicode data. 1. POST body contains valid data. Then we can get it in binary form and then parse with apache commons or something like that. It will require to guess the encoding of post request. 2. POST contains malformed data. We can do nothing, it all on Google engineers.
On Sep 10, 6:06 pm, gusto <[email protected]> wrote: > The same problem. > However if I send message from web interface in development mode (/ > _ah/admin/xmpp), it works fine. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
