We are currently using tomcat 5.5 and would like to add salt to our JDBCRealm authentication. I was wondering if any existing classes exist or do we need to extend JDBCRealm and write our own authentication class?
Our server.xml server has
<Realm className="org.apache.catalina.realm.JDBCRealm" ...more stuff… />
But it does not look like this class accepts salt.
Ben
source share