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/03/02 23:47:50 UTC

[jira] Commented: (TAPESTRY-1605) The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used

    [ https://issues.apache.org/jira/browse/TAPESTRY-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574298#action_12574298 ] 

Howard M. Lewis Ship commented on TAPESTRY-1605:
------------------------------------------------

In the use case where an action is for a page off of the active page, the page name in the URL will now be the active page (so that the request encoding can be determined) and a query parameter will be used to store the containing page.

> The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1605
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1605
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: polawat phetra
>            Assignee: Howard M. Lewis Ship
>
> Due to changeset 550147 that fix issue "tapestry-1294", 
> request.setCharacterEncoding is not working in case of form submit data event
> because of method request.setEncoding in RequestEncodingInitializerImpl is called after
> request.getParameter(InternalConstants.PAGE_CONTEXT_NAME) in ComponentActionDispatcher.

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