Hello, Martin! I think such article would be helpful to many others, so if it's not too much trouble, please, write about it.
Thank you. Monday, 18 Feb 2013, 10:25 +02:00 from Martin Grigorov <[email protected]>: >Hi Leonid, > >I have no experience with Apache Shiro. >I can blog about how to use Scribe directly in Wicket if this will help you. > > >On Mon, Feb 18, 2013 at 10:18 AM, Leonid Bogdanov >< [email protected] >wrote: > >> >> 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/ > >> > >> >> > > >-- >Martin Grigorov >jWeekend >Training, Consulting, Development >http://jWeekend.com < http://jweekend.com/ > >
