Tuukka Mustonen created DOXIA-476:
-------------------------------------

             Summary: Doxia appends .html to file suffix when linking to a file 
with confluence markup
                 Key: DOXIA-476
                 URL: https://jira.codehaus.org/browse/DOXIA-476
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Confluence
    Affects Versions: 1.3
            Reporter: Tuukka Mustonen


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:

{code}
Click on this [link to a file|a-powerpoint-file.ppt]
{code}

Renders as:

{code}
Click on this <a href="a-powerpoint-file.ppt.html">link to a file</a>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to