| 1 | Index: paste/deploy/loadwsgi.py |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- paste/deploy/loadwsgi.py (revision 7826) |
|---|
| 4 | +++ paste/deploy/loadwsgi.py (working copy) |
|---|
| 5 | @@ -417,7 +417,8 @@ |
|---|
| 6 | object_type=FILTER_WITH, |
|---|
| 7 | protocol=None, |
|---|
| 8 | global_conf=global_conf, local_conf=local_conf, |
|---|
| 9 | - loader=self) |
|---|
| 10 | + loader=self, |
|---|
| 11 | + distribution=context.distribution) |
|---|
| 12 | filter_with_context.filter_context = self.filter_context( |
|---|
| 13 | name=filter_with, global_conf=global_conf) |
|---|
| 14 | filter_with_context.next_context = context |
|---|