Absolute link is not generated correct
--------------------------------------

                 Key: WICKET-3447
                 URL: https://issues.apache.org/jira/browse/WICKET-3447
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M3
            Reporter: Christian Grobmeier
            Priority: Minor


This:

RequestCycle.get().getUrlRenderer().renderFullUrl(Url.parse(urlFor(MyPage.class,
 null).toString()));

Outputs:

http://localhost:8080/../login/MyPage

But should be:
http://localhost:8080/login/MyPage

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to