Hi all,
my tomcat conf has basic auth and i have a the following in web.xml

<login-config>
 <auth-method>BASIC</auth-method>
 <realm-name>The HTML Application</realm-name>
</login-config

now i´m seeing that the password during the auth is digested and has value.

Authorization: Basic YW50b25pbzpwYXNzd29yZA==

My problem is that i cannot understand where it comes from...

I´m trying all the combination, i mean i´m digesting

user:realm:password with all of the algorithms but i cannot get that value.

does anyone of you can suggest me where i´m missing?

thanks you all,
Antonio
-- 
View this message in context: 
http://old.nabble.com/digest-algorithm-in-BASIC-auth-tp27562000p27562000.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to