Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6129

IRequestCycleListener not notified of all executed handlers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 8.0.0-M1
    • 8.0.0-M1
    • wicket
    • None

    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

          Activity

            People

              svenmeier Sven Meier
              svenmeier Sven Meier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: