Hi there,
in a Confluence page I add a link to a file on a server by clicking the link button, selecting Web link and adding a link to a file in UNC syntax. Before closing the editor I have this HTML code:
<p>This is a link to a file on a server: <a href="file://///server/path/blah.xlsx">a_file</a> </p>
After closing the editor the HTML code looks like this:
<p>This is a link to a file on a server: <a href="file://///server/path/blah.xlsx"
class="external-link" rel="nofollow">a_file</a> </p>
Then I reopen the editor and I get this:
<p>This is a link to a file on a server: <a>a_file</a> </p>
When I update this code, the link is gone. Does anybody has an idea what I am missing?
Best regards
Bertram
Hi Ann,
thank you for your fast answer. I am happy that you could reproduce this behaviour.
Anyhow I am a bit confused. You wrote above "The issue is, we don't "really" provide that functionality, so I cannot report that it is broken".
I did not ask for a new functionality. I just added a link in a correct UNC syntax (to a file on a sever, not local). The link works fine as long as I don't reopen the editor on this page. But if I do Confluence changes the code of this link. It deletes the href attribute. I believe that this is not ok.
Best regards
Bertram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same experience:
The issue is, we don't "really" provide that functionality, so I cannot report that it is broken:
Cannot link to local files from within Confluence
Provide an option to insert a link/path to local files
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.