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 2010/08/29 09:00:55 UTC

[jira] Resolved: (WICKET-2275) HybridUrlCodingStrategy does not support parameters with a "."

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

Igor Vaynberg resolved WICKET-2275.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
       Resolution: Fixed

> HybridUrlCodingStrategy does not support parameters with a "."
> --------------------------------------------------------------
>
>                 Key: WICKET-2275
>                 URL: https://issues.apache.org/jira/browse/WICKET-2275
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Ryan McKinley
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11
>
>
> The HybridUrlCodingStrategy has a glitch when I parameter values include the character "."
> For example, if I make a link with:
> params.add( "p", "Hello 2.01.00" )
> This creates a link to:
> http://host/context/path/p/Hello%202.01.00
> and then that gets redirected to:
> http://host/context/path/p/Hello%202.${page version here}
> and the parameter value is lost.
> Things work fine if I escape "." with "%2E":
> http://host/context/path/p/Hello%202%2E01%2E00

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