You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Robert Zeigler (JIRA)" <de...@tapestry.apache.org> on 2008/01/17 00:06:43 UTC

[jira] Updated: (TAPESTRY-2054) page activation context with spaces are incorrectly decoded when using forms

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

Robert Zeigler updated TAPESTRY-2054:
-------------------------------------

    Attachment: contexttest.tgz

maven project with a single (integration) test case that exposes the error.

> page activation context  with spaces are incorrectly decoded when using forms
> -----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2054
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2054
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0.8
>         Environment: os x; java 1.5; Firefox 2.0
>            Reporter: Robert Zeigler
>         Attachments: contexttest.tgz
>
>
> Page activation contexts are stored in form requests as hidden parameter values.  However, when the value is retrieved on the server side, spaces aren't unescaped.
> Hence, context values such as "foo bar" will wind up being passed into onActivate as "foo%20bar".
> I will attach a sample project + test case which illustrates this issue.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org