Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: Module - Apt
-
Labels:None
-
Number of attachments :
Description
I wrote:
{{{http:./jdd/index.html}A Link}}
Because I know that there is going to be such a page by the time my output is deployed. I expected the http: to cause Doxia to 'butt out'. Instead, I get:
[WARNING] [APT Parser] Modified invalid link: 'http:./jdd/index.html' to '#http:.jddindex.html'
[WARNING] [APT Parser] Ambiguous link: 'http:./jdd/index.html'. If this is a local link, prepend "./"!
Notice that I DID prepend ./. Taking out the ./ doesn't help.
If you want a relative link you should use
{{{./jdd/index.html}A Link}}if you want an absolute link it should start with http://. See http://maven.apache.org/doxia/references/doxia-apt.html#Links.