= Description = Microsoft IIS stumbles about a typo. == Steps to reproduce == 1. run moinmoin 1.3.3 on IIS 2. go to the frontpage 3. 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 = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: Fixed in `patch-600`, will be included in 1.3.4 ---- ## When the bug is fixed, replace the category to Category MoinMoinBugFixed ## If this is not a bug, replace with Category MoinMoinNoBug CategoryMoinMoinBugFixed