users@jersey.java.net

Re: [Jersey] DIGEST Authentication with Jersey client

From: Morten <mortench2004_at_yahoo.dk>
Date: Fri, 4 Jun 2010 08:23:59 -0700 (PDT)

Hi Pavel and Raphaël, I am also VERY interested in this feature in Jersey because basic authentication is 100% unsecure and it is a major limitation in jersey that it is the only authentication mechanism offered. If you two are willing to join the effort and the target is Jersey 1.3 (soon), I have a colleague that I think I can persuade to help out also ! So do let me know if we can plan something? /Morten --- Den tors 3/6/10 skrev Pavel Bucek <Pavel.Bucek_at_Sun.COM>: > Fra: Pavel Bucek <Pavel.Bucek_at_Sun.COM> > Emne: Re: [Jersey] DIGEST Authentication with Jersey client > Til: users_at_jersey.dev.java.net > Dato: torsdag 3. juni 2010 17.55 > Hello, > > you are not missing anything, client doesn't support > DigestAuth yet. > > I think we can include some support in 1.3, any help > welcomed :) > > Are you willing to help? > > Regards, > Pavel > > On 6/3/10 12:51 AM, Raphaël Jolivet wrote: > > > > 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 > > > >    > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net > For additional commands, e-mail: users-help_at_jersey.dev.java.net > >