Application State Objects are not persisted back to the session at the end of 
the request
-----------------------------------------------------------------------------------------

                 Key: TAPESTRY-2595
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2595
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.14
            Reporter: Howard M. Lewis Ship
            Assignee: Howard M. Lewis Ship


For proper behavior in a cluster, ASOs should be updated back into the session 
at the end of each request, otherwise there's no guarantee that the ASO data 
will be replicated across a cluster.

Ideally, this should have an optimization, such that an ASO that is not "dirty" 
is not stored.  This would take the form of an optional interface.

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