Can you avoid touching req.POST or req.params?  If you don't access
those attributes, no parsing of the request body will happen.  If you
just access req.GET you should be safe.


On Mon, May 18, 2009 at 12:57 PM, John Smallberries
<[email protected]> wrote:
>
> Ian: I'm truly stumped (I'd already tried reading/stashing the body at
> once after seeing discussions about -1 content lengths, and also
> reading from environ['wsgi.input'], all with the same behavior). I'm
> not married to my particular code here -- what's the usual way someone
> succeeds in propagating a FieldStorage past WebOb middleware? The
> thing I'm writing does something interesting with GETs, and should
> pass POST's through unmolested.
>
> Wyatt: It's not a new request, it's a WebOb wrapper around the WSGI
> environ:
> http://pythonpaste.org/webob/reference.html#id1
>
>
> >
>



-- 
Ian Bicking  |  http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to