RE: Multiple attempts with same credentials

2003-02-21 Thread Rob Owen
in" ); amethod.setRequestBody( "body" ); client.executeMethod(amethod); } catch (Exception ex) { ex.printStackTrace(); } } } -Original Message- From: Ortwin Glück [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 4:07 AM To: Commons

Re: Multiple attempts with same credentials

2003-02-17 Thread Ortwin Glück
Rob Owen wrote: HttpMethodBase's processAuthenticationResponse uses a set of realms to which attempts to authenticate have already been made. The elements of the set are a concatenation of the requested path and the value of the Authentication response header. For digest authentication this respo

Multiple attempts with same credentials

2003-02-14 Thread Rob Owen
HttpMethodBase's processAuthenticationResponse uses a set of realms to which attempts to authenticate have already been made. The elements of the set are a concatenation of the requested path and the value of the Authentication response header. For digest authentication this response header con