[EMAIL PROTECTED] wrote:
> I have Tomcat working with FORM and BASIC authentication. All is OK for 
> this 2 modes.
> When i try with DIGEST and insert digest="MD5" in the JAAS realm i have 
> the error copied in attach.

With DIGEST auth and digest="MD5" you need to make sure the passwords
are digested as per
http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#Digested%20Passwords

If you want to use DIGEST and passwords stored in the realm are in plain
text you should not specify digest attribute for the realm.

Mark

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

Reply via email to