AutoLinkResolver does not work with <a href="#internal">Internal link</a>
-------------------------------------------------------------------------
Key: WICKET-1567
URL: https://issues.apache.org/jira/browse/WICKET-1567
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.3, 1.3.2
Reporter: Mikael Hansen
I think the title says it all.
Try adding: <a href="#internal">Internal link</a>
in a page using the AutoLinkResolver and you have repeated the bug.
Hint:
PathInfo pathInfo = new PathInfo("#internal");
creates a PathInfo with anchor == null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.