[dokuwiki] Interwiki-Link to Javadoc-Anchor

I have added the following definition to interwiki.local.conf:

javadoc   http://javadochome/{NAME}

For links to classes, this works great with
[[javadoc>org/mypackage/MyClass.html]].

But links to methods (which are anchors within a class page) don't work:

[[javadoc>org/mypackage/MyClass.html#myMethod(java.lang.String)]] is
converted to 
http://javadochome/org/mypackage/MyClass.html#myMethod%28java.lang.String%29
instead of 
http://javadochome/org/mypackage/MyClass.html#myMethod(java.lang.String).

I understood that the {NAME}-tag would not perform any encoding, but
this does not seem to be the case. Is this a configuration issue?


Thanks for the help

Gante
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: