Thanks guys,

the problem was indeed in the wrong content type. Apparently, the response 
was being sent without any response-type declared, so it probably used the 
default one. I suppose the default response type for apps in Google 
AppEngine changed recently, which caused the website to stop working 
despite no changes were made to it. response.setContentType("text/html"); in 
the servlet serving index solved the problem for me.

Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b79a80a4-9dda-4965-8768-f5d9151c6df7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to