You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tuukka Mustonen (JIRA)" <ji...@codehaus.org> on 2012/08/15 14:08:21 UTC

[jira] (DOXIA-476) Doxia appends .html to file suffix when linking to a file with confluence markup

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

        

[jira] (DOXIA-476) Doxia appends .html to file suffix when linking to a file with confluence markup

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/DOXIA-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-476.
-------------------------------

    Resolution: Duplicate
      Assignee: Lukas Theussl
    
> 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
>            Assignee: Lukas Theussl
>
> 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