Hello! I'm trying to add OAuth authentication to a Wicket webapp and as a part of this I need to be able to do server-side forward of a request from Wicket to an external filter. So what is the best way to do this in Wicket? Do I need to throw some special exception with an URL to forward to or should do this more traditionally with RequestDispatcher.forward()?
Thank you.
