Hello, Martin! Thank you for your response! Actually I already use Scribe lib, but indirectly - through Shiro OAuth plugin.
Thank you. Monday, 18 Feb 2013, 10:06 +02:00 from Martin Grigorov <[email protected]>: >Hi, > >Wicket doesn't provide an API for internal forwards. Use the Servlet API >for this. > >Also check https://github.com/fernandezpablo85/scribe-java for OAuth. It is >very simple to use it. > > >On Thu, Feb 14, 2013 at 4:34 PM, Leonid Bogdanov < [email protected] >>wrote: > >> >> 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. >> >> > > >-- >Martin Grigorov >jWeekend >Training, Consulting, Development >http://jWeekend.com < http://jweekend.com/ > >
