You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Per Newgro (JIRA)" <ji...@apache.org> on 2011/09/01 16:59:09 UTC

[jira] [Commented] (WICKET-3981) Parameter not decoded with setRedirect(true)

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

Per Newgro commented on WICKET-3981:
------------------------------------

Maybe this is related to https://issues.apache.org/jira/browse/WICKET-2348
I tested this behavior on Windows 7 (german) with the wicket-quickstart on jetty. The deployed application runs on a linux / Tomcat 6 with default-encoding set to UTF-8 (same as suggested by Igor in the "related" issue). There the problem is not appering.

> Parameter not decoded with setRedirect(true)
> --------------------------------------------
>
>                 Key: WICKET-3981
>                 URL: https://issues.apache.org/jira/browse/WICKET-3981
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.18
>         Environment: Windows, JDK 1.6
>            Reporter: Per Newgro
>         Attachments: bookmarkable-redirect.zip
>
>
> On a stateless form with a stateless link i can't get decoded parameters.
> If i start the page with hardcoded parameter value "Haushalt & Küche" my page is called with expected encoded parameters in browser url.
> If i click a link on that page redirecting to same page without setting redirect = true i get "Haushalt & Küche/wicket:interface/:0:form:simplelink::ILinkListener::"
> I would like to remove the wicket interface. So i set redirect true.
> But then i get "param/Haushalt%20&%20K%FCche" in browser url after clicking the link.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira