Ticket #194 (closed defect: fixed)
Cascade and environ['wsgi.input'] issue
| Reported by: | w31rd0 | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | paste | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When cascading apps environ is copied but environwsgi.input? points at the same place. Hence once read, environwsgi.input? remains empty for the rest of apps in a cascade. I found this when was trying to cascade multiple Pylons apps. This probably could be solved by replacing environwsgi.input? with sort of StringIO and seek(0)-ing it before each try.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

