You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/03/06 17:38:26 UTC

[jira] Resolved: (WICKET-77) missing decoding of encoded PageParameters

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

Jean-Baptiste Quenot resolved WICKET-77.
----------------------------------------

    Resolution: Duplicate

Same as WICKET-193, it only concerns IndexedParamUrlCodingStrategy.  Please update your working copy, and if you can still reproduce the problem, reopen this issue.  Thanks in advance!

> missing decoding of encoded PageParameters
> ------------------------------------------
>
>                 Key: WICKET-77
>                 URL: https://issues.apache.org/jira/browse/WICKET-77
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.2.3, 2.0
>         Environment: Wicket 1.2.3
> Wicket 2.0
>            Reporter: Korbinian Bachl
>
> when you use any PageParameter that has the need to be encoded e.g:
> params = new PageParameters();
> params.add(Integer.toString(params.size()),"Täst");
> the link in html-output is correctly: <a href="/Index/T%C3%A4st" wicket:id="linkTo">
> and the URL im browser works, but when the parameter is accessed by this:
> new Label(this,"echo",paramsIn.toString());
> the output stays "T%C3%A4st" (here: 0 = "T%C3%A4st") instead of the feeded "Täst" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.