-
Suggestion
-
Resolution: Fixed
-
None
-
Standalone, Windows Server 2003. JDK 1.4.
We just acquired a full license of Confluence, partly in order to use as a portal for each department, with links to the various resources and knowledge sources we already have in place. Being to link to them is therefore of critical importance. Most of these sources are for better or for worse in Lotus Notes databases. Unfortunately it seems Confluence doesn't currently support the notes:// protocol in links. It does not convert such links to a hyperlink and instead highlights them as errors.
Please could we add notes:// to the list of protocols understood? There are loads of others that might be useful; I'm not sure if they're included at the moment. e.g.
notes://
ftp://
etc...
This looks very similar to issue JRA-2096, which has been resolved almost two years ago, in the oscore library. To quote Charles Miller, "Unfortunately, we couldn't use the oscore URL-locating code in Confluence, as it was incompatible with all the other stuff that needed to be done during the page->wiki conversion."
- is related to
-
CONFSERVER-24665 Add ability to create links using non-standard protocols
- Closed
- relates to
-
CONFSERVER-13451 XSS bug in wiki markup link rendering
-
- Closed
-
Hi,
This has been completed in CVS. On the advice of Scott, we have changed the Link resolver to check against UrlUtils in OSCore, instead of the hard-coded protocols list currently in the renderer. As a result, a link with any protocol can now be rendered(and automatically hyperlinked) when surrounded by square brackets (as you would with any other link).