Re: [PATCH] Digest Authentication

2003-07-30 Thread Barry Dunne
[EMAIL PROTECTED] wrote: Here I attach a patch for DigestAuthentication.java that should fix the problems with DIGEST authentication. -// in some cases qop has quotes, and in some not. We'll support both -if (currentTokenValue.startsWith("\"") && currentTokenVal

RE: [PATCH] Digest Authentication

2003-03-21 Thread carlos.quiroz-castro
bject: Re: [PATCH] Digest Authentication [EMAIL PROTECTED] wrote: > Hmm, something strange with my mail. I'm attaching them again and pasting the body > just in case :-) The diff is inverted, right ? I need to add the lines with '-', and re

Re: [PATCH] Digest Authentication

2003-03-21 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Hmm, something strange with my mail. I'm attaching them again and pasting the body just in case :-) The diff is inverted, right ? I need to add the lines with '-', and remove those with '+'. Remy - To un

RE: [PATCH] Digest Authentication

2003-03-21 Thread carlos.quiroz-castro
verDigest); @@ -479,7 +485,7 @@ /** - * Get the lifecycle listeners associated with this lifecycle. If this + * Get the lifecycle listeners associated with this lifecycle. If this * Lifecycle has no listeners registered, a zero-length array is returned. */ pu

Re: [PATCH] Digest Authentication

2003-03-21 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Hi Here I attach a patch for DigestAuthentication.java and RealmBase.java that should fix the problems with DIGEST authentication. With this I made it work with Mozilla 1.3, IE 5.0, Opera 7 and my own simple client I don't have cvs access so I made the patches against a C

[PATCH] Digest Authentication

2003-03-21 Thread carlos.quiroz-castro
Hi Here I attach a patch for DigestAuthentication.java and RealmBase.java that should fix the problems with DIGEST authentication. With this I made it work with Mozilla 1.3, IE 5.0, Opera 7 and my own simple client I don't have cvs access so I made the patches against a CVS image I downloaded t