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


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.

Reply via email to