[ 
https://issues.apache.org/jira/browse/WICKET-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-3298.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2

> 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
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-RC2
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to