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
>
>