Does any one have the similar problem to deal with the http request lately? About one or two weeks ago I deployed a couple ofa Java servlets to GAE. I've tested it with some unit tests. It looked good. After I come back today, something has been broken with no reason.
I found that when I send GET request, I got wrong response which should be returned by POST reqeust. Besides of this error, I found I some times got HTTP 405 or 411 error. The way I did was that I only set setFixedLengthStreamingMode(nnnn) with POST request and not set this length for PUT, DELETE and GET. But I got error today. I don't understand why I need to set the length for PUT, DELETE or GET. And even if I set it to 0, I still got wrong message. It's been so weird. Please advice! -- 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.
