Yes, my mistake. RealmBase is right but DigestAuthenticator is inverted.
I think I'll push to get cvs access, patches look lot more beautiful :-)
Carlos
-Original Message-
From: ext Remy Maucherat [mailto:[EMAIL PROTECTED]
Sent: 21 March, 2003 16:15
To: Tomcat Developers List
Subject:
Hmm, something strange with my mail. I'm attaching them again and pasting the body
just in case :-)
---
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator/DigestAuthenticator.java.new
2003-03-21 15:01:54.0 +0200
+++
jakarta-tomcat-4.0/catalina/src/share/org
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
Hi all
I've been trying unsuccessfully to use the Digest authentication in Tomcat with my
webapp. I need it because Basic authentication is too weak and I cannot use SSL on the
client side.
I noticed that the implementation in Tomcat has some problems that I describe below:
1. In org.apache.ca