[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
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
[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
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
[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
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