Martin Grigorov created WICKET-5774:
---------------------------------------
Summary: UrlRenderer should render full and absolute urls in their
canonical form
Key: WICKET-5774
URL: https://issues.apache.org/jira/browse/WICKET-5774
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 7.0.0-M4
Reporter: Martin Grigorov
Assignee: Martin Grigorov
Full and context absolute urls which start with './' and/or '../' segments
should be normalized.
For example: http://www.example.com:8888/./../one/two/three should be rendered
as http://www.example.com:8888/one/two/three
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)