I can use Basic auth, and FORM-based auth,using the UserDatabaseRealm, with no problem. But when I try to use DIGEST, like this:
<login-config> <auth-method>DIGEST</auth-method> <realm-name>UserDatabase</realm-name> ...etc Tomcat obviously recognizes the keyword, because I get prompted by a different type of screen from IE. But I can';t authenticate. I've also tried specifying both algorithms, md5 and sha, in the <realm> tag, but with no effect. <Realm className="org.apache.catalina.realm.UserDatabaseRealm" debug="0" resourceName="UserDatabase" digest="sha" /> Does anybody know what I'm doing wrong? -Dave Naden --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]