[
https://issues.apache.org/jira/browse/MYFACES-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Werner Punz resolved MYFACES-2821.
----------------------------------
Fix Version/s: 2.0.1-SNAPSHOT
Resolution: Fixed
done the encoding has been shifted to the send part of the ajax request class,
my queue tests now do not trigger any viewstate errors anymore
> jsf.js ajaxrequest encodes form values too early
> ------------------------------------------------
>
> Key: MYFACES-2821
> URL: https://issues.apache.org/jira/browse/MYFACES-2821
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.0.1-SNAPSHOT
> Reporter: Werner Punz
> Fix For: 2.0.1-SNAPSHOT
>
>
> The current codebase of our jsf.js code encodes the form values before being
> enqueued, causing a race condition under queuing conditions, because then
> viewStates are sent to the server which are the ones representing the state
> at enqueuing. In reality the encoding should happen at a later stage namely
> shortly before issuing the request.
> I am going to fix that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.