Re: RE : Client API for HTTP_DIGEST Auth in 2.0M6

2009-11-24 Thread Thierry Boileau
Hello Rich, I've updated the sample code of the wiki: http://wiki.restlet.org/docs_2.0/112-restlet.html I hope this will help you. Best regards, Thierry Boileau Jerome, Thanks for the reply. Unfortuanately, I already have org.restlet.ext.crypto.jar on my classpath. Do you have any

RE: Re: RE : Client API for HTTP_DIGEST Auth in 2.0M6

2009-11-24 Thread webpost
Thierry, Thanks for the update. After restructuring to match your new example, everything almost worked. I was still missing the DigestHelper. But I found a post about Engine.setUserClassLoader which fixed that (I'm running in an eclipse plugin/OSGI environment). THe changes really simplify

Client API for HTTP_DIGEST Auth in 2.0M6

2009-11-23 Thread webpost
I just migrated our client and server from 2.0m3 to 2.0M6. All of the changes were fairly easy to figure out except those related to adding ChallengeResponse for HTTP_DIGEST authentication. Our code was based upon the example in the user guide (which is still the example in today's version.

RE : Client API for HTTP_DIGEST Auth in 2.0M6

2009-11-23 Thread Jerome Louvel
Hi Rich, You should add the org.restlet.ext.crypto.jar to your classpath. Cheers, Jérôme Le 23 nov. 2009, 7:20 PM, webp...@tigris.org a écrit : I just migrated our client and server from 2.0m3 to 2.0M6. All of the changes were fairly easy to figure out except those related to adding

RE: RE : Client API for HTTP_DIGEST Auth in 2.0M6

2009-11-23 Thread webpost
Jerome, Thanks for the reply. Unfortuanately, I already have org.restlet.ext.crypto.jar on my classpath. Do you have any other ideas? Thanks Rich Hi Rich, You should add the org.restlet.ext.crypto.jar to your classpath. Cheers, Jérôme Le 23 nov. 2009, 7:20 PM, webp...@tigris.org