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

Howard M. Lewis Ship updated TAPESTRY-1605:
-------------------------------------------

    Summary: 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  (was: request.setEncoding in 
RequestEncodingInitializerImpl has no effect on 'form submit event'.)

> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to