Hi,

there's no direct equivalent in 1.4.

Your WebApplication#newRequestCycleProcessor() could provide a processor subclass, doing some extra stuff before delegating to the super implementation.

But you're probably better off just using a custom servlet filter.

Have fun
Sven


Am 01.08.2018 um 14:17 schrieb Entropy:
In our Wicket 6 projects, we have a IRequestCycleListener that does some
things we want to do for every request (primarily involving auditing and a
few other nits).  We also have a couple 1.4 apps that we haven't been given
permission to upgrade, but we want to add this same auditing listener.  Is
there an equivalent to IRequestCycleListener in 1.4?

I see IRequestListener, but it doesn't seem to have any events, and it's
child listeners all seem more specific.  I just want a bit of code to run
before and after every request.

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to