Session may not be replicated if the response page has not be modified
----------------------------------------------------------------------

                 Key: WICKET-3298
                 URL: https://issues.apache.org/jira/browse/WICKET-3298
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M3
            Reporter: Martin Grigorov


Session#dirty property is not taken into account anymore and this could lead to 
non-replicated session in some cases.
For example if the user application adds a feedback message to the Session, or 
if the Session style/locale is changed and in the same time the response page 
is not touched (i.e. has no hierarchy changes) then the Wicket Session will not 
be stored in the http session and thus will not be replicated.

See http://apache-wicket.1842946.n4.nabble.com/WebSession-dirty-td3166933.html 
for more details.

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