StatusCodeRedirect original_request

2009-02-17 Thread andres
Hi All, I'm using Pylons 0.9.7 StatusCodeRedirect middleware to display custom error documents and I can't find the original request in the environment. Does anybody know how I can access the original request after a status code redirect? Thanks, Andres --~--~-~--~~~-

Re: StatusCodeRedirect original_request

2009-02-17 Thread Ben Bangert
On Feb 17, 2009, at 12:29 AM, andres wrote: I'm using Pylons 0.9.7 StatusCodeRedirect middleware to display custom error documents and I can't find the original request in the environment. Does anybody know how I can access the original request after a status code redirect? There was a slight