Problem with writing RESTful Google App Engine Code

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.

4 thoughts on “Problem with writing RESTful Google App Engine Code

  1. 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.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>