Hi everyone! I'm trying to use CredentialHandler with tomcat to increase
security since our db at $work still has pwd stored as md5 hashes. Some of our
servers still use tomcat 7.092/ I was looking at this presentation by
Christopher Shultz
http://people.apache.org/~schultz/ApacheCon%20NA%202017/Seamless%20Upgrades%20for%20Credential%20Security%20in%20Apache%20Tomcat.pdf
it mentions that Credention handler should be available to a web app in
Tomcat 7.0.70+ But then I looked up source code for catalina.jar in 7.0.92 and
7.0.109-src I cant find class Named CredentialHandler.Am I looking at the
wrong place or is it just not available in tomcat 7 ? Also tomcat docs for 7
doesn't seem to mention CredentialHandler at all..