users@jersey.java.net

DIGEST Authentication with Jersey client

From: Raphaël Jolivet <raphael.jolivet_at_gmail.com>
Date: Wed, 2 Jun 2010 15:51:05 -0700 (PDT)

Hi there,

I have written a REST web service with Jersey Server (that totally rocks !).
I am now developing the client part of it, with Jersey Client as well.

On the server side, I have chosen a DIGEST authentication, because I
personally think that BASIC authentication is an heresy that should be
marked as "DEPRECATED" in our heads.

Unfortunately, I do not see any support of the Digest authentication on the
client side. For BASIC authentication, one does something like :


client.addFilter(
    new HTTPBasicAuthFilter(
        user,
        password));


But I see no "HTTPDigestAuthFilter" counterpart. Am I missing something ?

Thanks for your help,

Raphael

-- 
View this message in context: http://jersey.576304.n2.nabble.com/DIGEST-Authentication-with-Jersey-client-tp5132921p5132921.html
Sent from the Jersey mailing list archive at Nabble.com.