Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.10.0
-
None
Description
In our wicket application we have a unit test that simulates a StalePageException for a RequestCycleListener. This test no longer works as expected since version 8.10.0. Prior to this version the test was working.
This test assumes that the StalePageException is thrown during the rendering phase, but this is no longer the case. I'm not sure if this is a bug or if the test setup has become wrong.
I'm also not sure if this issue is related to WICKET-6869.
Attached you will find a quick start with the StalePageExceptionTest.