Hello! Any comments on this?
Thank you. Thursday, 14 Feb 2013, 18:34 +04:00 from Leonid Bogdanov: > >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. >
