You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2016/03/22 15:53:25 UTC

[jira] [Created] (WICKET-6129) IRequestCycleListener not notified of execution of scheduled handler

Sven Meier created WICKET-6129:
----------------------------------

             Summary: IRequestCycleListener not notified of execution of scheduled handler
                 Key: WICKET-6129
                 URL: https://issues.apache.org/jira/browse/WICKET-6129
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.2.0, 8.0.0-M1
            Reporter: Sven Meier
            Assignee: Sven Meier
            Priority: Minor


IRequestCycleListener#onRequestHandlerExecuted() is not called for a RenderPageRequestHandler, when it is scheduled by ListenerInterfaceRequestHandler.

RenderPageRequestHandler#execute(IRequestHandler) recursively calls itself for any scheduled handler, bypassing notification of any listeners in the requestCycle.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)