You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/09/06 07:41:57 UTC

[jira] Resolved: (WICKET-2439) Improve MixedParamUrlCodingStrategy, introduce Hybrid

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

Igor Vaynberg resolved WICKET-2439.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
         Assignee: Igor Vaynberg

> Improve MixedParamUrlCodingStrategy, introduce Hybrid
> -----------------------------------------------------
>
>                 Key: WICKET-2439
>                 URL: https://issues.apache.org/jira/browse/WICKET-2439
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.1
>            Reporter: Erik van Oosten
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.2, 1.5-M1
>
>         Attachments: WICKET-2439.patch
>
>
> The MixedParamUrlCodingStrategy can be improved.
> The current form has the following shortcomings:
> - it just fails when something is added to the URL, solution: add the option to ignore the added parts (in fact I made this the default)
> - when something is added to the URL, the message is not very clear, solution: rewrite message and add more information
> - it does not accept non-String parameter values, solution: use String.valueOf(paramValue)
> In addition the patch adds a Hybrid variant.

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