Jerome Louvel wrote:
> Hi Rickard,
> 
> Now that 1.2 M2 is out, I can get to your email!
> 
> I would suggest that you try out Restlet 1.2 M2 if you can. The
> ClientResource class allows you to set the "next" Restlet. If can be a
> Filter chain leading to the Context#clientDispatcher of your Application or
> leading to a Client instance.
> 
> Then, you should develop a special Filter that would enrich the request with
> the correct credentials. You could even use a Router to handle this on a
> target URI basis!

Thanks for the reply! Yes, I figured out on my own that that's what I 
wanted to do. I built a filter for it. However, your idea with Router 
might be even better way to do it!

thanks, Rickard

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1527368

Reply via email to