RE: Using DIGEST authentication with multiple routes

2011-10-05 Thread Jerome Louvel
authentication with multiple routes Hello Steve, I send you an idea of what could be a solution for your problem. It is based on a filter, placed just after the ClientResource that will handle the unauthorized response and complete the round trip. ** ClientResource cr = new ClientResource

Re: Using DIGEST authentication with multiple routes

2011-08-11 Thread Thierry Boileau
Hello Steve, I send you an idea of what could be a solution for your problem. It is based on a filter, placed just after the ClientResource that will handle the unauthorized response and complete the round trip. ** ClientResource cr = new ClientResource(http://localhost:8182/;);

Using DIGEST authentication with multiple routes

2011-08-01 Thread Steve Ferris
I've read the following: http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/112-restlet.html But I am unable to work how I should protect the following application: Application app = new Application() { @Override public synchronized Restlet