users@jersey.java.net

Jersey Client: BASIC Authentication support

From: Ronak Patel <ronak2121_at_yahoo.com>
Date: Wed, 10 Jun 2009 15:15:32 -0700 (PDT)

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