lunarfish wrote:
Hi Mark - I appear to have the same issue here.
What I've done is changed the default UserDatabase realm, added digest='MD5'
and digested the passwords in the file. This works fine.
I've then changed web.xml to DIGEST authentication and re-digested the
passwords as user:UserDatabase:password (as per the doc linked below) and
this doesn't work. Is there anywhere I can look to debug this?
Realm name needs to be the same as set in the login-config section in
web.xml. It is *not* related to the Tomcat realm class name. If you don't
set it it defaults to the hostname (I think). Some browsers display the
realm in the login box they present to the user.
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]