So after I used middleware to make browsers work with RESTful URLs in GAE I started to write more than simple little methods and I’m trying to write a test application. Upon doing so, I ran into a defect with how request parameters are returned for a PUT request To be fair, this is more of a problem with webob than with GAE, but I hope that this gets fixed because my attempts at monkey patching the problem have not worked out too well.
Hi,
I’m having exactly the same problem now… Did you find any solution for that?
It’s really sad that more than five months later, GAE still has this problem!
Thanks
I was not able to find a good solution for this. I have to agree that this sucks that this is still an issue. There is a patch for this to make it work; however, the “webob ticket”:http://trac.pythonpaste.org/pythonpaste/ticket/255 hasn’t been updated in 5 months and is currently slated for the 1.4.1 release.
Normally, I would just apply this patch myself, but since google is hosting this, I’m at a loss. I do think I will give this another go though to see if I can make some progress.
Lo,
When applying the solution given by Toby (and Arachnid) from following post:
http://stackoverflow.com/questions/255157/how-to-override-http-request-verb-in-gae
the problem was solved.
Brgds.
Thanks for that update.