2011/1/27 Ing. Etienne V. Depasquale <ed...@ieee.org>: > Good day, > > > > I am unable to identify valid values for the digestEncoding attribute to use > with the <Realm> tag of my app's context.xml file. > > I've inspected RealmBase.java and JDBCRealm.java, apart from some googling, > without finding anything suitable.
http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/realm/RealmBase.html says it is "The encoding charset for the digest." -- note the "charset" word So "ISO-8859-1" might be good? If not set (null) it defaults to the platform default charset. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org