Issue Details (XML | Word | Printable)

Key: DOXIA-298
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Kornel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Confluence: Problem with relative links

Created: 14/Mar/09 02:39 PM   Updated: 07/May/09 06:23 AM   Resolved: 07/May/09 02:20 AM
Return to search
Component/s: Module - Confluence
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File MNG-298-module-confluence.patch (4 kB)
2. Text File MNG-298-module-confluence.patch (3 kB)



 Description  « Hide

Relative links, for example [Overview|overview/index] are not generated correctly.



Kornel added a comment - 14/Mar/09 02:41 PM

This is path, that solves this issue.


Lukas Theussl added a comment - 08/Apr/09 03:23 AM - edited

There is a problem with this patch: anchors are not handled correctly. Eg [link#anchor] gives a link to link#anchor.html instead of link.html#anchor and [#simple] gives a link to #simple.html instead of #simple.


Kornel added a comment - 06/May/09 06:08 PM

This patch should work correctly with anchors.


Lukas Theussl added a comment - 07/May/09 02:20 AM

Fixed in r772527. Thanks!