You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2020/04/21 20:28:00 UTC

[jira] [Reopened] (WICKET-6764) RedirectToUrlException change the second question mark in URL from "?" to "%3F"

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

Martin Tzvetanov Grigorov reopened WICKET-6764:
-----------------------------------------------

> RedirectToUrlException change the second question mark in URL from "?" to "%3F"
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-6764
>                 URL: https://issues.apache.org/jira/browse/WICKET-6764
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 8.2.0, 8.7.0
>            Reporter: Arkadiy Churilov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>         Attachments: myproject.zip
>
>
> {code:java}
> String url = "https://test.com/test?https://test.com/test?param=value";
> throw new RedirectToUrlException(url);
> {code}
> It redirects to [https://www.test.com/test?https://test.com/test%3Fparam=value]
> [https://test.com/test?https://test.com/test?param=value] is expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)