On May 18, 2:36 pm, Wyatt Baldwin <[email protected]> wrote: > Yes. I was just curious why you were doing that, because accessing > request.POST directly would avoid this problem.
Do I have access to a pre-made request object at this point in the stack? It's available once I'm down in a controller method, but earlier than that using what you get by importing request from pylons throws "exceptions.TypeError: No object (name: request) has been registered for this thread". The handful of WebOb examples I've seen all begin by wrapping environ in a Request. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
