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


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.

Reply via email to