-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5-RC7
-
Fix Version/s: 1.5.1
-
Component/s: wicket
-
Labels:None
-
Environment:Wicket version: 1.5-RC7
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)
In the attached quickstart, a simple AJAX form expires.
After expiry, the user clicks a button and a PageExpiredException is thrown.
onException() of an IRequestCycleListener handles it, but the framework still throws it so the handling of it does not work.
It appears this is caused by getRequestLoggerSettings().setRequestLoggerEnabled(true); but I am not sure.
This works fine in 1.4