[GitHub] wicket issue #231: WICKET-6457: clear updating boolean when attribute is bou...

2017-08-29 Thread svenmeier
Github user svenmeier commented on the issue: https://github.com/apache/wicket/pull/231 +1 looks good --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Re: Major page store issue found in 7.8.0, release a 7.8.1?

2017-08-29 Thread Emond Papegaaij
I've created an issue to track this regression and a PR with my proposed fix: https://github.com/apache/wicket/pull/231 Emond On dinsdag 29 augustus 2017 15:26:06 CEST Martijn Dashorst wrote: > https://issues.apache.org/jira/browse/WICKET-6387 > > The original fix apparently introduces the

Major page store issue found in 7.8.0, release a 7.8.1?

2017-08-29 Thread Martijn Dashorst
https://issues.apache.org/jira/browse/WICKET-6387 The original fix apparently introduces the behavior that our logged out users don't remove stale pages from the pagestore because the session is marked "updating" Any site with major traffic that uses the page store will be affected by this. In