Description
Microsoft IIS stumbles about a typo.
Steps to reproduce
- run moinmoin 1.3.3 on IIS
- go to the frontpage
- get cgi error
Example
Details
MoinMoin Version |
1.3.3 |
OS and Version |
windows IIS |
Workaround
there is a typo in MoinMoin/request.py at line 243
path_info = path_info.decodeUnknownInput(path_info).encode("utf-8")
should be
path_info = wikiutil.decodeUnknownInput(path_info).encode("utf-8")
Discussion
Plan
- Priority:
- Assigned to:
Status: Fixed in patch-600, will be included in 1.3.4