You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/04/12 12:26:25 UTC

[jira] [Commented] (WICKET-6129) IRequestCycleListener not notified of all executed handlers

    [ https://issues.apache.org/jira/browse/WICKET-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236963#comment-15236963 ] 

ASF subversion and git services commented on WICKET-6129:
---------------------------------------------------------

Commit 95c06fb984d0bd039523f9049b793cf480ae013e in wicket's branch refs/heads/WICKET-6129-scheduled-handler-notification from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=95c06fb ]

WICKET-6129 RequestHandlerStack is not a stack, thus it is better be named RequestHandlerExecutor


> IRequestCycleListener not notified of all executed handlers
> -----------------------------------------------------------
>
>                 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 all request handlers:
> - RenderPageRequestHandler, when it is scheduled by ListenerInterfaceRequestHandler
> - any handler replacing another handler via a RestartResponseException
> RenderPageRequestHandler#execute(IRequestHandler) recursively calls itself for any scheduled or replacement handler, bypassing notification of any listeners in the requestCycle.



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