Hi,

I want to digest the users credentials the same way as Digest authentication:

RealmBase.Digest(username + ":" + somehowGetRealm() + ":" + password, "MD5", "UTF-8");

I have been looking through the code and API, but cannot find a way to get the realm name to perform the digest.

How do you get it? Or the LoginConfig? Or some non-Facade'd Standard object?

thanks,
-Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to