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


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/ModPySetupArgs (last edited 2007-10-29 19:07:48 by localhost)