I want to get access to the "root" WSGI middleware, the one that is
hit first when a request is made. In this example:
[pipeline:main]
pipeline = somefilter auth urlmap
...I want access to `somefilter`. I couldn't find a reference to the
root app anywhere in the environ. Does anyone know how to access this?
For now, I created a wrapper app that saves a reference to itself in
the environ.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---