Hi!

The GAE docs (e.g. 
here<http://code.google.com/intl/de/appengine/docs/java/runtime.html#Requests_and_Servlets>)
 
state that it's possible to set the content-type. In my servlet i also tried 
to set (or unset) the content type without success.

resp.setContentType("text/plain");

resp.getOutputStream().write(someBytes);


The GAE server always returns ContentType "text/html". I also found a bug 
report<http://code.google.com/p/googleappengine/issues/detail?id=198#makechanges>on
 this issue which is marked as fixed. But it seems to be not. How can I 
set the content type?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to