Code inside PageWindowManager.

2012-05-28 Thread Andrea Del Bene
Hi, I was reading the patch proposed for issue 4572. I've found this line of code (line 461 for branch origin/wicket-1.5.x) inside PageWindowManager: while (result.size() count currentIndex != indexPointer); What is its purpose? Could it lead to a infinite loop?

Wicket 1.5.7 release this week ?

2012-05-28 Thread Martin Grigorov
Hi, We've found a quite serious problem in DiskDataStore internals - https://issues.apache.org/jira/browse/WICKET-4572. In case the disk space per http session is exhausted it may lead to Wicket returning the wrong page instance when requested for a page with a specific id. This may lead to

Re: Code inside PageWindowManager.

2012-05-28 Thread Andrea Del Bene
Sorry, I've just realized that the line of code is parto of do while statement :).. Hi, I was reading the patch proposed for issue 4572. I've found this line of code (line 461 for branch origin/wicket-1.5.x) inside PageWindowManager: while (result.size() count currentIndex !=

Re: Wicket 1.5.7 release this week ?

2012-05-28 Thread Andrea Del Bene
+1 to release 1.5.7 Hi, We've found a quite serious problem in DiskDataStore internals - https://issues.apache.org/jira/browse/WICKET-4572. In case the disk space per http session is exhausted it may lead to Wicket returning the wrong page instance when requested for a page with a specific id.