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

Reply via email to