[ 
https://issues.apache.org/jira/browse/WICKET-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Thomerson updated WICKET-1567:
-------------------------------------

    Attachment: 1567.patch

Attached is a patch to fix this - simply ported some code from the 1.4 (trunk) 
branch into 1.3 - it was already fixed in trunk.

This patch is against 1.3.x branch.

> 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.2, 1.3.3
>            Reporter: Mikael Hansen
>         Attachments: 1567.patch
>
>
> 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.

Reply via email to