Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1-SNAPSHOT
-
None
-
None
Description
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.