Seems to only affect Cairo, as I was unable to duplicate on TWiki dev.
Topic links get
%SCRIPTURL%
added to them when saving from
TWiki:Plugins.WysiwygPlugin
. For example, the text
SomeWikiWord
gets replaced with
[[%SCRIPTURL%/Main/SomeWikiWord][SomeWikiWord]]
.
Also,
Main.SomeWikiWord
(which would ordinarily display as just
SomeWikiWord
gets replaced with
[[%SCRIPTURL%/Main/SomeWikiWord][Main.SomeWikiWord]]
which is probably more annoying as it affects display.
Confirmed that this does not affect us after upgrading to Dakar. This seems to confirm my suspicion that it is related to short URL handling in Cairo - our URLs being of the form
http://host/Web/Topic
(using Apache mod_rewrite).
Can you reproduce this on Dakar? Because if not, I'm going to discard it. I cannot support Cairo any longer.
CC
Seen from the confirmation above it is a Cairo only thing so discarding must be the end of this one. Reporter can re-open if he ever comes back.
KJL