Yes, but I've never actually ever seen this method called by anything.
Either way, however, I added a null check.
- James
Garrett Rooney wrote:
> On 4/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>> + @Override
>> + public String authenticate(
>> + Credentials credentials,
>> + String method,
>> + String uri)
>> + throws AuthenticationException {
>> + return authenticate(credentials, null);
>> + }
>
> Isn't this going to give a null pointer exception at the end of the
> other authenticate exception? When it calls
> method.addRequestHeader()?
>
> -garrett
>