users@jersey.java.net

Re: [Jersey] Jersey Client: BASIC Authentication support

From: Paul C. Bryan <pbryan_at_sun.com>
Date: Wed, 10 Jun 2009 15:18:24 -0700

Hi Ronak:

There is an HTTP basic client filter at
jersey/jersey-client/src/main/java/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.java.

Paul

On Wed, 2009-06-10 at 15:15 -0700, Ronak Patel wrote:
> Hi Paul,
>
>
> Will there be support for HTTP BASIC Auth on the JAX-RS Jersey Client
> API?
>
>
> Right now, neither the Client nor WebResource classes have support for
> it. I have to explicitly create the header and attach it to my
> WebResource.
>
>
> Ronak
>
>