You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Emond Papegaaij (JIRA)" <ji...@apache.org> on 2017/08/29 14:24:01 UTC

[jira] [Created] (WICKET-6457) PageStore not cleared at session end

Emond Papegaaij created WICKET-6457:
---------------------------------------

             Summary: PageStore not cleared at session end
                 Key: WICKET-6457
                 URL: https://issues.apache.org/jira/browse/WICKET-6457
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.8.0
         Environment: Undertow
            Reporter: Emond Papegaaij
            Priority: Critical


WICKET-6387 causes the page store not to be cleared at logout on Undertow. The problem is that Undertow does not call {{valueUnbound}} when an attribute is set to the current value (new == old). It does however call {{valueBound}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)