Description
IRequestCycleListener#onRequestHandlerExecuted() is not called for all request handlers:
- RenderPageRequestHandler, when it is scheduled by ListenerInterfaceRequestHandler
- any handler replacing a handler via a RestartResponseException (the original handler is reported as being executed instead)
RequestHandlerStack#execute(IRequestHandler) recursively calls itself for any scheduled or replacement handler, bypassing notification of any listeners in the requestCycle.
Attachments
Issue Links
- causes
-
WICKET-6637 Handling exception Wicket 8
- Resolved
- mentioned in
-
Page Loading...