Description
#redirect pagename instruction is broken on standalone server.
Example
- Install the standlone server
Try to access http://localhost:8000/StartSeite
- You get an empty page:
</body> </html>
Details
MoinMoin Version |
main--1.3--patch-171 |
Workaround
Discussion
server.standalone always sends status 200 before even running the moin request. status needs to be send in RequestStandAlone.http_headers before sending anything else. Patch is ready, testing. -- OliverGraf 2004-10-19 21:07:34
Plan
- Priority: High
Assigned to: OliverGraf
- Status: fixed in moin--main--1.3--patch-191