Bug: Link to extrenal document gets mangled up
Certain external links are handled wrong.
Test case
The following link can be inserted in any Topic to reproduce the problem:
[[file://x/JSP GuidelinesOverview][JSP GuidelinesOverview.doc]]
It gets translated into (displayed as):
GidelinesOverview?" target="_top">JSP GuidelinesOverview.doc
The capital "G" after "JSP " in the link itslef seems to cause the problem. With a lowercase "g" its fine. However, the whole word GidelinesOverview has an influence.
I don't understand the logic...
Cheers
Stefan
Just pasting the link in to show how it is rendered:
JSP GuidelinesOverview.doc
Environment
--
StefanZumbrunn - 09 Feb 2004
Follow up
testing ..
JSP GuidelinesOverview.doc
<<<---- broken
JSP GuidelinesOverview.doc
<<<---- ok
JSP%20GuidelinesOverview.doc
<<<---- brojen
JSP%20GuidelinesOverview.doc
<<<---- ok
ok,
there is a work around. replace the spaces in the url with %20
I see this as a bug that we should fix though

thanks for the report
Fix record