Description
The interwiki links being created correctly depend on the syntax of the intermap.txt, valid urls in the config can result in bad links
Steps to reproduce
- Setup is a wiki farm with at least 2 wiki and a shared user dir
- the shared user dir makes it easyer to reproduce
- the intermap.txt contains a mapping with no trailing slash
MyTestWiki http://localhost/MyTestWiki TestWiki http://localhost/TestWiki
Example
this generates links like this when on MyTestWiki
and this on TestWiki
Details
MoinMoin Version |
1.5 |
OS and Version |
Linux |
Python Version |
2.3.5 |
Workaround
- modify the intermap.txt and add a trailing slash
MyTestWiki http://localhost/MyTestWiki/ TestWiki http://localhost/TestWiki/
Discussion
This is not a bug, MoinMoin cannot know if it is correct to add a slash or any other character.
Plan
- Priority:
- Assigned to:
- Status: