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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
