[
https://issues.apache.org/jira/browse/WICKET-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16145374#comment-16145374
]
ASF GitHub Bot commented on WICKET-6457:
----------------------------------------
GitHub user papegaaij opened a pull request:
https://github.com/apache/wicket/pull/231
WICKET-6457: clear updating boolean when attribute is bound
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/topicusonderwijs/wicket fix-WICKET-6457
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/231.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #231
----
commit 61c89369c4016154cd333e204a20c9030249481d
Author: Emond Papegaaij <[email protected]>
Date: 2017-08-29T14:25:43Z
WICKET-6457: clear updating boolean when attribute is bound
----
> 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)