You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/03/11 17:37:27 UTC

[jira] Commented: (WICKET-2777) HybridUrlCodingStrategy incorrectly decodes url parameters on redirect

    [ https://issues.apache.org/jira/browse/WICKET-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844122#action_12844122 ] 

Martin Grigorov commented on WICKET-2777:
-----------------------------------------

Attach a quickstart application please. I'll try to provide a patch.

> HybridUrlCodingStrategy incorrectly decodes url parameters on redirect
> ----------------------------------------------------------------------
>
>                 Key: WICKET-2777
>                 URL: https://issues.apache.org/jira/browse/WICKET-2777
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.6, 1.4.7
>            Reporter: Pointbreak
>
> When using HybridUrlCodingStrategy and encoded parameters the following happens:
> - In some cases HybridUrlCodingStrategy does a page-redirect to get an explicit version nr (i.e. http://localhost/page gets redirected to http://localhost/page.5).
> - However the redirect URL is not the same before the version nr as the original URL, part of the URL path gets urldecoded, resulting in page-parameters that are different from the ones in the original link.

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