You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Erik van Oosten (JIRA)" <ji...@apache.org> on 2009/08/27 22:50:59 UTC

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

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

Erik van Oosten updated WICKET-2439:
------------------------------------

    Attachment: WICKET-2439.patch

Please apply to 1.4 branch, possible also to 1.5 branch if that is still applicable.

> 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
>             Fix For: 1.4.2
>
>         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.