My upload servlet successfully accepts data however the response sent
is not what I expect:
<pre style="word-wrap: brak-word; white-space: pre-wrap;">OK</pre>
instead of just:
OK
The servlet basically responds with:
response.setContentType("text/plain");
response.getWriter().write("OK");
I have tried with curl to post something and servlet (GAE/J SDK) sends
only "OK" but in GWT application I see *<pre style="word-wrap: brak-
word; white-space: pre-wrap;">OK</pre>* when calling event.getResults
().
Any clue what am I doing wrong?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-web-toolkit?hl=en.