I want to use JNDIRealm in http digest mode. But I found that
JNDIRealm have not overridden the method in RealmBase

 authenticate(String username, String clientDigest,
                                  String nOnce, String nc, String cnonce,
                                  String qop, String realm,
                                  String md5a2)

and this method will invoke abstract method getPassword(String
username) which in JNDIRealm just return null.
Although I can change the getPassword function in JNDIRealm, I still
want to know if tomcat can implement JNDIRealm
in http digest mode without change code

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to