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)" <de...@tapestry.apache.org> on 2008/07/28 23:36:33 UTC

[jira] Assigned: (TAPESTRY-2522) RequestPathOptimizer destroys client-state

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

Howard M. Lewis Ship reassigned TAPESTRY-2522:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> RequestPathOptimizer destroys client-state
> ------------------------------------------
>
>                 Key: TAPESTRY-2522
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2522
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0.13
>            Reporter: Mario Siegenthaler
>            Assignee: Howard M. Lewis Ship
>         Attachments: optimize-bug-fix.patch, optimize-bug-testcase.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> The RequestPathOptimizer removes repetitions of the slash-character from the url, including the parameters and therefore the client-state. If the base64-encoded client state contains data that encodes i.e. to 'Hasc//asc==' the optimizer changes the url from
>   /context/start?t:state:client=Hasc//asc==
> to
>   /context/start?t:state:client=Hasc/asc==
> which leads to deserialization errors.

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