[ https://issues.apache.org/jira/browse/WICKET-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498698 ]
Alastair Maw commented on WICKET-581: ------------------------------------- For your use case you no longer need to use autolink. As of a couple of days ago in 1.3.0-incubating-SNAPSHOT, any href/src/whatever elements that are in your HTML will be prepended to make them context-relative, no matter where your page is mounted. You can therefore just go: <a href="screenshots/foo.png ">foo</a> (No auto-link required.) > IllegalArgumentException when using ../-paths in wicket:link-area > ----------------------------------------------------------------- > > Key: WICKET-581 > URL: https://issues.apache.org/jira/browse/WICKET-581 > Project: Wicket > Issue Type: Bug > Affects Versions: 1.2.6 > Reporter: Thomas Singer > Fix For: 1.3.0 > > Attachments: src.zip > > > See > http://www.nabble.com/autolink-problem-with-img-and-relative-path-tf3761166.html > for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.