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/26 02:06:12 UTC

[jira] Resolved: (WICKET-2131) RequestCycle.urlFor does not escape & properly

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

Igor Vaynberg resolved WICKET-2131.
-----------------------------------

      Assignee: Igor Vaynberg
    Resolution: Won't Fix

fixed in 1.4.x, wont be fixed in 1.3.x

> RequestCycle.urlFor does not escape & properly
> ----------------------------------------------
>
>                 Key: WICKET-2131
>                 URL: https://issues.apache.org/jira/browse/WICKET-2131
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Emond Papegaaij
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.8
>
>
> RequestCycle.urlFor(final Component, RequestListenerInterface, ValueMap) adds an unescaped & to the url ("buff.append("&");"), it should include a &amp;.

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