Description
For some reason, request.py contains the following at line 1851:
def setup_args(self, form=None): return {}
This effectively makes use with Mod Python impossible, since the request args are commonly used to do things such as set actions and such.
Details
MoinMoin Version |
1.5 (Oct 6, '05 snapshot) |
OS and Version |
Linux 2.6 |
Python Version |
2.4 |
Server Setup |
Mod Python |
Server Details |
Apache 2 |
Workaround
Commenting out the lines mentioned above fixes the problem with no apparent side-effects.
Discussion
I didn't test it, but as removing that strange functions looked ok, I just did it. -- ThomasWaldmann 2005-10-06 20:58:52
Plan
- Priority:
- Assigned to:
- Status: fixed in moin--main--1.5--patch-87