-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greg,
On 1/6/2010 4:09 PM, Greg Allen wrote:
> I have two servlets, http://localhost:8080/s1 and
> http://localhost:8080/s2. Both servlets
> require BASIC authentication.
>
> My application will call s1, and then s1 will turn around and call s2.
>
I have two servlets, http://localhost:8080/s1 and
http://localhost:8080/s2. Both servlets
require BASIC authentication.
My application will call s1, and then s1 will turn around and call s2.
However, the credentials
supplied to s2 need to be different than those supplied to s1.
Inside of s1