You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/10/25 20:34:44 UTC

[jira] Updated: (TAP5-302) URL encoded strings that contain symbols such as %2f (encoded "/") are decoded incorrectly in some environments

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

Howard M. Lewis Ship updated TAP5-302:
--------------------------------------

    Summary: URL encoded strings that contain symbols such as  %2f (encoded "/") are decoded incorrectly in some environments  (was: activation context cannot contain a (URL encoded) / symbol (%2f))

> URL encoded strings that contain symbols such as  %2f (encoded "/") are decoded incorrectly in some environments
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-302
>                 URL: https://issues.apache.org/jira/browse/TAP5-302
>             Project: Tapestry 5
>          Issue Type: Bug
>            Reporter: Martijn Brinkers
>            Assignee: Howard M. Lewis Ship
>
> If an activation context variable contains %2f (URL encoded /) it is interpreted as / and therefore interpreted as a separation of context variables.
> example:
> http://www.example.com/test/one/t%2fwo
> I expect the above URL to contain three context variables nl: test, one and t/wo but Tapestry thinks it contains four context variables nl: test, one, t and wo
> This makes it impossible to use Base64 encoded context variables because they can contain the / symbol (which is gets URL encoded to %2f)

-- 
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