[
https://issues.apache.org/jira/browse/WICKET-5774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223266#comment-14223266
]
ASF subversion and git services commented on WICKET-5774:
---------------------------------------------------------
Commit c572210a66025611973fa581d3890d5b31023448 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=c572210 ]
WICKET-5774 UrlRenderer should render full and absolute urls in their canonical
form
> 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
> Fix For: 7.0.0-M5
>
>
> 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)