Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-16 Thread djidjadji
A HEAD request is like a GET or POST request. The request handler must have a def head(self) method. The responds should be the result of a GET request but without the body. I don't know how webapp or another framework handles it after the return of the head() function. http://code.google.com/appe

Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-16 Thread Tom Critchlow
Hi djidjadji, I'm pretty now to coding and python - could you please give me a pointer as to how I add HEAD information? Is this something I need to do within GAEsessions? Is this related to the missing middleware error or unrelated? Thanks Tom On Sun, Jan 16, 2011 at 8:44 AM, djidjadji wrote

Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-16 Thread djidjadji
http://www.downforeveryoneorjustme.com/ does a HEAD request. If you don't implement that the site is reported as down also. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.c

Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-14 Thread Tom Critchlow
Hi Willo, I'm pretty sure this is more serious than an annoyance - although I can't replicate it on my machine I have reliable reports from people that say my site is down and I've tracked these visits back to ones that fire this middleware warning. So it appears to cause the website to not resolv

[google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-14 Thread willo
I added an issue for this here: http://code.google.com/p/googleappengine/issues/detail?id=4236&q=webapp_add_wsgi_middleware&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log I don't know how to resolve it, it appeared at 1.4.0, but it seems to only be an