Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: Module - Confluence
-
Labels:None
-
Number of attachments :
Description
As reported in http://jira.codehaus.org/browse/DOXIA-298?focusedCommentId=300128&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-300128, caused by fix of http://jira.codehaus.org/browse/DOXIA-298
Adding a link to a file with Confluence markup causes generated HTML to always append .html to the file suffix, causing linkage to fail.
To reproduce:
Click on this [link to a file|a-powerpoint-file.ppt]
Renders as:
Click on this <a href="a-powerpoint-file.ppt.html">link to a file</a>
Problem originally reported as a comment in
DOXIA-298.