cancel
Showing results for 
Search instead for 
Did you mean: 

Share Site's Wiki - external http links

bbqigniter
Champ in-the-making
Champ in-the-making
How can I disable the automatic removal of a http-link?

For example I create a wiki page where I add an external link e.g. http://some.link.net:9090. I select the text, click on add link icon, type in the link in the appearing window and click apply. Save the wiki page. After that I see that the url is underlined but if I click on it, nothing happens. Looking at the HTML code of the page (in editing mode) I see that there only is.
<a>http://some.link.net:9090</a>
If I manually add
<a href="http://some.link.net:9090">http://some.link.net:9090</a>
the href part is always removed.

I did use the forum-search but couldn't find any hint
1 REPLY 1

bbqigniter
Champ in-the-making
Champ in-the-making
after more investigation I found the cause

in my example some.link.net is also the server on that Alfresco runs. On Port 9090 runs another http-service. As soon as I create a link in TinyMCE useing this host-name, TinyMCE is removing the href tag. My workaround: create a link with the servers IP.

after I saw that href was always removed, I assumed that other links to sites wouldn't work too. Now after some sleep I tried a few tests and found this. Real external links worked all the time